Skip to content

Commit ca1ea2a

Browse files
long double -> float128
Signed-off-by: Mikhail R. Gadelha <[email protected]>
1 parent c7792de commit ca1ea2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/math/smoke/SetPayloadTest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class SetPayloadTestTemplate : public LIBC_NAMESPACE::testing::FEnvSafeTest {
6363
FPBits(res).uintval());
6464

6565
// The following code is creating a NaN manually to prevent a conversion
66-
// from BigInt to long double.
66+
// from BigInt to float128.
6767
FPBits nan_payload_bits = FPBits::one();
6868
nan_payload_bits.set_biased_exponent(FPBits::SIG_LEN - 2 +
6969
FPBits::EXP_BIAS);

0 commit comments

Comments
 (0)