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 6512a8d commit 4275a73Copy full SHA for 4275a73
libc/src/__support/macros/properties/types.h
@@ -27,7 +27,7 @@
27
#define LIBC_TYPES_LONG_DOUBLE_IS_X86_FLOAT80
28
#elif (LDBL_MANT_DIG == 113)
29
#define LIBC_TYPES_LONG_DOUBLE_IS_FLOAT128
30
-#elif (LDBL_MANT_DIG == 103)
+#elif (LDBL_MANT_DIG == 106)
31
#define LIBC_TYPES_LONG_DOUBLE_IS_DOUBLE_DOUBLE
32
#endif
33
0 commit comments