diff options
| author | iximeow <me@iximeow.net> | 2026-04-30 15:47:43 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-05-25 00:59:27 +0000 |
| commit | 1652c236ee3441c89f294fda93faefadb10874e7 (patch) | |
| tree | c848f28659d99981e9a2b56afaaa95cee7b204b9 /CHANGELOG | |
| parent | abc0978c7d4d331fe047fdcf1acf221754327fd2 (diff) | |
more general avx improvements
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ * monitor now reports a 1-byte memory access size. the monitored range in practice depends on CPUID. * fix incorrect operand order for VEX-encoded vmovupd opcode 0x11. * reject a few VEX-encoded instructions that are specific about allowed W-bits. + vcvtph2ps, vbroadcastf128, vmaskmovps, vmaskmovpd, vpermd, vpbroadcast{b,w,d,q}, among others +* vpbroadcastb and vpbroadcastw should respect the L bit to select xmm/ymm vector width, but + always decoded as ymm. ## 2.0.0 |
