Skip to content

Commit b6d20d1

Browse files
committed
Add the target-features
1 parent 67cfc3a commit b6d20d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

compiler/rustc_target/src/target_features.rs

+5
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ const X86_ALLOWED_FEATURES: &[(&str, Stability)] = &[
208208
("avx512vnni", Unstable(sym::avx512_target_feature)),
209209
("avx512vp2intersect", Unstable(sym::avx512_target_feature)),
210210
("avx512vpopcntdq", Unstable(sym::avx512_target_feature)),
211+
("avxifma", Unstable(sym::avx512_target_feature)),
212+
("avxneconvert", Unstable(sym::avx512_target_feature)),
213+
("avxvnni", Unstable(sym::avx512_target_feature)),
214+
("avxvnniint16", Unstable(sym::avx512_target_feature)),
215+
("avxvnniint8", Unstable(sym::avx512_target_feature)),
211216
("bmi1", Stable),
212217
("bmi2", Stable),
213218
("cmpxchg16b", Stable),

0 commit comments

Comments
 (0)