mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
enable dotprod
target feature in arm
This commit is contained in:
parent
43192ca3d7
commit
03f4fe6a66
@ -20,6 +20,7 @@ const ARM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
|
||||
("aes", Some(sym::arm_target_feature)),
|
||||
("sha2", Some(sym::arm_target_feature)),
|
||||
("i8mm", Some(sym::arm_target_feature)),
|
||||
("dotprod", Some(sym::arm_target_feature)),
|
||||
("v5te", Some(sym::arm_target_feature)),
|
||||
("v6", Some(sym::arm_target_feature)),
|
||||
("v6k", Some(sym::arm_target_feature)),
|
||||
|
Loading…
Reference in New Issue
Block a user