Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]: llvm/llvm-project#129394
- Loading branch information