Skip to content

Commit

Permalink
[libc][math][c23] Temporarily disable float16 on 32-bit Arm (llvm#95027)
Browse files Browse the repository at this point in the history
  • Loading branch information
overmighty committed Jun 10, 2024
1 parent 4322997 commit a9e5f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc/include/llvm-libc-macros/float16-macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a9e5f42

Please sign in to comment.