1
Fork 0

x86: Add the adx target feature to whitelist

Requested in rust-lang-nursery/stdsimd#322 this is hopefully the first
step!
This commit is contained in:
Alex Crichton 2018-12-12 08:37:56 -08:00
parent bd47d6825b
commit 78f20de075

View file

@ -124,6 +124,7 @@ const AARCH64_WHITELIST: &[(&str, Option<&str>)] = &[
];
const X86_WHITELIST: &[(&str, Option<&str>)] = &[
("adx", Some("adx_target_feature")),
("aes", None),
("avx", None),
("avx2", None),