Remove arm crypto target feature
This commit is contained in:
parent
fca59ab5f0
commit
dddd2190b9
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ const ARM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
|
||||||
("aclass", Some(sym::arm_target_feature)),
|
("aclass", Some(sym::arm_target_feature)),
|
||||||
("aes", Some(sym::arm_target_feature)),
|
("aes", Some(sym::arm_target_feature)),
|
||||||
("crc", Some(sym::arm_target_feature)),
|
("crc", Some(sym::arm_target_feature)),
|
||||||
("crypto", Some(sym::arm_target_feature)),
|
|
||||||
("d32", Some(sym::arm_target_feature)),
|
("d32", Some(sym::arm_target_feature)),
|
||||||
("dotprod", Some(sym::arm_target_feature)),
|
("dotprod", Some(sym::arm_target_feature)),
|
||||||
("dsp", Some(sym::arm_target_feature)),
|
("dsp", Some(sym::arm_target_feature)),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue