We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7792de commit ca1ea2aCopy full SHA for ca1ea2a
libc/test/src/math/smoke/SetPayloadTest.h
@@ -63,7 +63,7 @@ class SetPayloadTestTemplate : public LIBC_NAMESPACE::testing::FEnvSafeTest {
63
FPBits(res).uintval());
64
65
// The following code is creating a NaN manually to prevent a conversion
66
- // from BigInt to long double.
+ // from BigInt to float128.
67
FPBits nan_payload_bits = FPBits::one();
68
nan_payload_bits.set_biased_exponent(FPBits::SIG_LEN - 2 +
69
FPBits::EXP_BIAS);
0 commit comments