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 1014ffb commit a7773b3Copy full SHA for a7773b3
libc/include/llvm-libc-types/float128.h
@@ -20,6 +20,8 @@
20
#define __LIBC_COMPILER_GCC_VER (__GNUC__ * 100 + __GNUC_MINOR__)
21
#endif // __clang__, __GNUC__
22
23
+// TODO: Simplify and update the type detection, especially when clang supports
24
+// _Float128 C23 type.
25
#if (defined(__LIBC_COMPILER_GCC_VER) && (__LIBC_COMPILER_GCC_VER >= 1301)) && \
26
(defined(__aarch64__) || defined(__riscv) || defined(__x86_64__))
27
#define LIBC_COMPILER_HAS_C23_FLOAT128
0 commit comments