From abc0978c7d4d331fe047fdcf1acf221754327fd2 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 b516dc0..8e115a2 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 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 -- cgit v1.1