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.
__float128
1 parent 7022a24 commit 2176af7Copy full SHA for 2176af7
libc/src/__support/macros/properties/float.h
@@ -59,9 +59,9 @@ using float16 = _Float16;
59
defined(LIBC_TARGET_ARCH_IS_X86_64))
60
#define LIBC_COMPILER_HAS_C23_FLOAT128
61
#endif
62
-#if (defined(LIBC_COMPILER_CLANG_VER) && (LIBC_COMPILER_CLANG_VER >= 500)) && \
+#if (defined(LIBC_COMPILER_CLANG_VER) && (LIBC_COMPILER_CLANG_VER >= 600)) && \
63
(defined(LIBC_TARGET_ARCH_IS_X86_64) && \
64
- !defined(LIBC_TARGET_OS_IS_FUCHSIA))
+ defined(LIBC_TARGET_OS_IS_LINUX) && !defined(LIBC_TARGET_OS_IS_FUCHSIA))
65
#define LIBC_COMPILER_HAS_FLOAT128_EXTENSION
66
67
0 commit comments