[libc-commits] [libc] [libc][math][c23] Temporarily disable float16 on 32-bit Arm (PR #95027)

Peter Smith via libc-commits libc-commits at lists.llvm.org
Fri Oct 11 01:38:39 PDT 2024


smithp35 wrote:

`__aeabi_d2h` is defined in the RTABI https://github.com/ARM-software/abi-aa/blob/main/rtabi32/rtabi32.rst#standard-conversions-between-floating-types . Strictly, but unhelpfully, speaking it is a bug that libgcc doesn't define it.

I can refer to this to our GNU team, but it even if fixed it would take some years to get into distros.

https://github.com/llvm/llvm-project/pull/95027


More information about the libc-commits mailing list