Skip to content

Commit b88fcc1

Browse files
committed
enable i8mm on arm
1 parent 14007ec commit b88fcc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_codegen_ssa/src/target_features.rs

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const ARM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
1919
("crypto", Some(sym::arm_target_feature)),
2020
("aes", Some(sym::arm_target_feature)),
2121
("sha2", Some(sym::arm_target_feature)),
22+
("i8mm", Some(sym::arm_target_feature)),
2223
("v5te", Some(sym::arm_target_feature)),
2324
("v6", Some(sym::arm_target_feature)),
2425
("v6k", Some(sym::arm_target_feature)),

0 commit comments

Comments
 (0)