We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
f16
neon
1 parent f1b9055 commit 1901c41Copy full SHA for 1901c41
compiler-builtins/configure.rs
@@ -91,8 +91,6 @@ pub fn configure_f16_f128(target: &Target) {
91
let f16_enabled = match target.arch.as_str() {
92
// Unsupported <https://github.com/llvm/llvm-project/issues/94434>
93
"arm64ec" => false,
94
- // Crash in LLVM20 <https://github.com/llvm/llvm-project/issues/129394>
95
- "aarch64" if !target.features.iter().any(|f| f == "neon") => false,
96
// Selection failure <https://github.com/llvm/llvm-project/issues/50374>
97
"s390x" => false,
98
// Infinite recursion <https://github.com/llvm/llvm-project/issues/97981>
0 commit comments