From 1dfeea371d153a9576d0e1a0e40d05ef89f11b44 Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 30 Apr 2026 15:47:43 +0000 Subject: more general avx improvements --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index fc50100..7ceeef0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -23,6 +23,9 @@ * 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. + 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 -- cgit v1.1