We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff9872 commit 90b2813Copy full SHA for 90b2813
src/librustc_trans/llvm_util.rs
@@ -81,7 +81,7 @@ unsafe fn configure_llvm(sess: &Session) {
81
82
const ARM_WHITELIST: &'static [&'static str] = &["neon", "v7", "vfp2", "vfp3", "vfp4"];
83
84
-const AARCH64_WHITELIST: &'static [&'static str] = &["neon", "v7"];
+const AARCH64_WHITELIST: &'static [&'static str] = &["neon"];
85
86
const X86_WHITELIST: &'static [&'static str] = &["aes", "avx", "avx2", "avx512bw",
87
"avx512cd", "avx512dq", "avx512er",
0 commit comments