diff options
| author | iximeow <me@iximeow.net> | 2026-04-23 07:43:30 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-05-25 00:59:27 +0000 |
| commit | abc0978c7d4d331fe047fdcf1acf221754327fd2 (patch) | |
| tree | 738a24ca85104f676e7fc6ba5b07df827a27c868 /CHANGELOG | |
| parent | cabd41fd8c255a464c1436ac502a2317773a83b6 (diff) | |
cleanup pass on vex-encoded instructions is going to be exciting
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ * reject 0f0d prefetch/nop with a register operand, which was incorrectly decoded before. * maskmovq and maskmovdqu now have their implicit memory access size reported correctly. * 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. ## 2.0.0 |
