Skip to content

Commit 03f4fe6

Browse files
committed
enable dotprod target feature in arm
1 parent 43192ca commit 03f4fe6

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
@@ -20,6 +20,7 @@ const ARM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
2020
("aes", Some(sym::arm_target_feature)),
2121
("sha2", Some(sym::arm_target_feature)),
2222
("i8mm", Some(sym::arm_target_feature)),
23+
("dotprod", Some(sym::arm_target_feature)),
2324
("v5te", Some(sym::arm_target_feature)),
2425
("v6", Some(sym::arm_target_feature)),
2526
("v6k", Some(sym::arm_target_feature)),

0 commit comments

Comments
 (0)