File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libc/src/__support/macros/properties Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
#endif
38
38
#endif
39
39
#if defined(LIBC_TARGET_ARCH_IS_AARCH64)
40
- #if (defined(LIBC_COMPILER_CLANG_VER) && (LIBC_COMPILER_CLANG_VER >= 0900 )) || \
40
+ #if (defined(LIBC_COMPILER_CLANG_VER) && (LIBC_COMPILER_CLANG_VER >= 900 )) || \
41
41
(defined(LIBC_COMPILER_GCC_VER) && (LIBC_COMPILER_GCC_VER >= 1301 ))
42
42
#define LIBC_COMPILER_HAS_C23_FLOAT16
43
43
#endif
@@ -61,7 +61,7 @@ using float16 = _Float16;
61
61
defined(LIBC_TARGET_ARCH_IS_X86_64))
62
62
#define LIBC_COMPILER_HAS_C23_FLOAT128
63
63
#endif
64
- #if (defined(LIBC_COMPILER_CLANG_VER) && (LIBC_COMPILER_CLANG_VER >= 0500 )) && \
64
+ #if (defined(LIBC_COMPILER_CLANG_VER) && (LIBC_COMPILER_CLANG_VER >= 500 )) && \
65
65
(defined(LIBC_TARGET_ARCH_IS_X86_64))
66
66
#define LIBC_COMPILER_HAS_FLOAT128_EXTENSION
67
67
#endif
You can’t perform that action at this time.
0 commit comments