[x64] Add kX64EmitAVX512VBMI feature-flag and detection

Allows access to byte-element 2-register permutations(32-byte look up
tables) and for 64-bit multi-shifts.
Particularly adding this to accelerate the assembly of our `PERMUTE`
opcode.
This commit is contained in:
Wunkolo
2022-02-04 22:51:17 -08:00
committed by Rick Gibbed
parent d73088e5ca
commit f207239349
3 changed files with 4 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ DEFINE_int32(x64_extension_mask, -1,
" 512 = AVX512VL\n"
" 1024 = AVX512BW\n"
" 2048 = AVX512DQ\n"
" 4096 = AVX512VBMI\n"
" -1 = Detect and utilize all possible processor features\n",
"x64");