We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4322997 commit a9e5f42Copy full SHA for a9e5f42
libc/include/llvm-libc-macros/float16-macros.h
@@ -11,7 +11,7 @@
11
12
#if defined(__FLT16_MANT_DIG__) && \
13
(!defined(__GNUC__) || __GNUC__ >= 13 || defined(__clang__)) && \
14
- !defined(__riscv)
+ !defined(__arm__) && !defined(_M_ARM) && !defined(__riscv)
15
#define LIBC_TYPES_HAS_FLOAT16
16
#endif
17
0 commit comments