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