Add the target-features
This commit is contained in:
parent
67cfc3a558
commit
b6d20d1a1f
1 changed files with 5 additions and 0 deletions
|
@ -208,6 +208,11 @@ const X86_ALLOWED_FEATURES: &[(&str, Stability)] = &[
|
|||
("avx512vnni", Unstable(sym::avx512_target_feature)),
|
||||
("avx512vp2intersect", Unstable(sym::avx512_target_feature)),
|
||||
("avx512vpopcntdq", Unstable(sym::avx512_target_feature)),
|
||||
("avxifma", Unstable(sym::avx512_target_feature)),
|
||||
("avxneconvert", Unstable(sym::avx512_target_feature)),
|
||||
("avxvnni", Unstable(sym::avx512_target_feature)),
|
||||
("avxvnniint16", Unstable(sym::avx512_target_feature)),
|
||||
("avxvnniint8", Unstable(sym::avx512_target_feature)),
|
||||
("bmi1", Stable),
|
||||
("bmi2", Stable),
|
||||
("cmpxchg16b", Stable),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue