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 0c53bce commit 503687aCopy full SHA for 503687a
libc/include/llvm-libc-types/float128.h
@@ -13,7 +13,7 @@
13
14
// TODO: https://github.com/llvm/llvm-project/issues/80195
15
// Check _Float128 C23 type detection again when clang supports it.
16
-#if (__STDC_IEC_60559_BFP__)
+#ifdef __STDC_IEC_60559_BFP__
17
// Use _Float128 C23 type.
18
#define LIBC_COMPILER_HAS_C23_FLOAT128
19
typedef _Float128 float128;
0 commit comments