Skip to content

Commit 7215203

Browse files
authored
cpufeatures: add support for avx512vbmi(2) (#926)
1 parent adbf387 commit 7215203

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpufeatures/src/x86.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,6 @@ __expand_check_macro! {
142142
("sha", "xmm", 1, ebx, 29),
143143
("avx512bw", "zmm", 1, ebx, 30),
144144
("avx512vl", "zmm", 1, ebx, 31),
145+
("avx512vbmi", "zmm", 1, ecx, 1),
146+
("avx512vbmi2", "zmm", 1, ecx, 6),
145147
}

0 commit comments

Comments
 (0)