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 d173180 commit 6bce2b8Copy full SHA for 6bce2b8
src/librustc_codegen_llvm/llvm_util.rs
@@ -100,6 +100,7 @@ const ARM_WHITELIST: &[(&str, Option<&str>)] = &[
100
("dsp", Some("arm_target_feature")),
101
("neon", Some("arm_target_feature")),
102
("v5te", Some("arm_target_feature")),
103
+ ("v6", Some("arm_target_feature")),
104
("v6k", Some("arm_target_feature")),
105
("v6t2", Some("arm_target_feature")),
106
("v7", Some("arm_target_feature")),
0 commit comments