mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Fix 128-bit variant of VPBLENDVB incorrectly marked as AVX2 instead of AVX (#112)
This commit is contained in:
parent
0799f381d5
commit
3bbfd9d8f9
1 changed files with 1 additions and 1 deletions
|
|
@ -5976,7 +5976,7 @@ add_insn("vblendvps", "avx_sse4xmm0", modifiers=[0x4A])
|
|||
|
||||
# vpblendvb didn't have a 256-bit form until AVX2
|
||||
add_group("avx2_sse4xmm0",
|
||||
cpu=["AVX2"],
|
||||
cpu=["AVX"],
|
||||
modifiers=["Op2Add"],
|
||||
vex=128,
|
||||
prefix=0x66,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue