Skip to content

Commit f78692c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)