Skip to content

Commit a9e5f42

Browse files
authored
[libc][math][c23] Temporarily disable float16 on 32-bit Arm (#95027)
See Buildbot failure: https://lab.llvm.org/buildbot/#/builders/229/builds/27009.
1 parent 4322997 commit a9e5f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/include/llvm-libc-macros/float16-macros.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#if defined(__FLT16_MANT_DIG__) && \
1313
(!defined(__GNUC__) || __GNUC__ >= 13 || defined(__clang__)) && \
14-
!defined(__riscv)
14+
!defined(__arm__) && !defined(_M_ARM) && !defined(__riscv)
1515
#define LIBC_TYPES_HAS_FLOAT16
1616
#endif
1717

0 commit comments

Comments
 (0)