Find a file
Trevor Gross afea1c0555 Disable f16 on AArch64 without the neon feature
There is an LLVM regression that breaks some `f16`-related code when
`fp-armv8` is disabled [1]. Since Rust ties that feature to `neon`,
disable `f16` if `neon` is not available.

[1]: https://github.com/llvm/llvm-project/issues/129394
2025-03-01 14:40:03 -05:00
library/compiler-builtins Disable f16 on AArch64 without the neon feature 2025-03-01 14:40:03 -05:00