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 503687a commit 76aedc8Copy full SHA for 76aedc8
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
-#ifdef __STDC_IEC_60559_BFP__
+#if defined(__STDC_IEC_60559_BFP__) && !defined(__clang__)
17
// Use _Float128 C23 type.
18
#define LIBC_COMPILER_HAS_C23_FLOAT128
19
typedef _Float128 float128;
0 commit comments