We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
i8mm
1 parent 14007ec commit b88fcc1Copy full SHA for b88fcc1
compiler/rustc_codegen_ssa/src/target_features.rs
@@ -19,6 +19,7 @@ const ARM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
19
("crypto", Some(sym::arm_target_feature)),
20
("aes", Some(sym::arm_target_feature)),
21
("sha2", Some(sym::arm_target_feature)),
22
+ ("i8mm", Some(sym::arm_target_feature)),
23
("v5te", Some(sym::arm_target_feature)),
24
("v6", Some(sym::arm_target_feature)),
25
("v6k", Some(sym::arm_target_feature)),
0 commit comments