diff options
| author | iximeow <me@iximeow.net> | 2026-04-23 07:43:30 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-04-23 07:43:30 +0000 |
| commit | d23dc85b291e75b90b0acf8c7a51a6b3a6becee9 (patch) | |
| tree | 1b2f60c650526bcd95557cdd73935a3bb6e46801 /CHANGELOG | |
| parent | 9ed367659cb69ce9461bbaf8ce720ca66e274c14 (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 the memory access size of the monitored dword/qword. +* 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 |
