We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bce2b8 commit 1d6ce52Copy full SHA for 1d6ce52
src/librustc_codegen_llvm/llvm_util.rs
@@ -104,6 +104,7 @@ const ARM_WHITELIST: &[(&str, Option<&str>)] = &[
104
("v6k", Some("arm_target_feature")),
105
("v6t2", Some("arm_target_feature")),
106
("v7", Some("arm_target_feature")),
107
+ ("v8", Some("arm_target_feature")),
108
("vfp2", Some("arm_target_feature")),
109
("vfp3", Some("arm_target_feature")),
110
("vfp4", Some("arm_target_feature")),
0 commit comments