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 54e93ef commit c2686daCopy full SHA for c2686da
libc/test/src/math/smoke/CanonicalizeTest.h
@@ -48,8 +48,8 @@ class CanonicalizeTest : public LIBC_NAMESPACE::testing::Test {
48
EXPECT_EQ(cx, -aNaN);
49
}
50
51
- if constexpr (LIBC_NAMESPACE::fputil::get_fp_type() == FPType::X86_Binary80) {
52
- void testX64_80SpecialNumbers(CanonicalizeFunc f) {
+ void testX64_80SpecialNumbers(CanonicalizeFunc f) {
+ if constexpr (LIBC_NAMESPACE::fputil::get_fp_type() == FPType::X86_Binary80) {
53
T cx;
54
// Exponent | Significand | Meaning
55
// | Bits 63-62 | Bits 61-0 |
0 commit comments