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:
parent
bd47d6825b
commit
78f20de075
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue