mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
[libc][math][c23] Temporarily disable float16 on 32-bit Arm (#95027)
See Buildbot failure: https://lab.llvm.org/buildbot/#/builders/229/builds/27009.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
#if defined(__FLT16_MANT_DIG__) && \
|
||||
(!defined(__GNUC__) || __GNUC__ >= 13 || defined(__clang__)) && \
|
||||
!defined(__riscv)
|
||||
!defined(__arm__) && !defined(_M_ARM) && !defined(__riscv)
|
||||
#define LIBC_TYPES_HAS_FLOAT16
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user