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