Rollup merge of #114500 - taiki-e:arm-crypto, r=Amanieu
Remove arm crypto target feature Follow-up to https://github.com/rust-lang/stdarch/pull/1407. LLVM has moved away from a combined `crypto` feature on both aarch64 and arm, and we did the same on aarch64, but were deferred from doing the same on arm due to compatibility with older LLVM. As the minimum LLVM version has increased, we can now remove this (unstable) target feature on arm. r? `@Amanieu`
This commit is contained in:
commit
28ee1a919e
@ -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…
x
Reference in New Issue
Block a user