From d23dc85b291e75b90b0acf8c7a51a6b3a6becee9 Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 23 Apr 2026 07:43:30 +0000 Subject: cleanup pass on vex-encoded instructions is going to be exciting --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 97f5216..fc50100 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 -- cgit v1.1