From 7bffc21711fcbeeb7b5a38d3297b9b060f54534d Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 9 Jun 2026 07:52:20 +0000 Subject: fix vgatherdpd using incorrect simd vector width for gather indices --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 349598f..01beece 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -17,6 +17,8 @@ * fix vpbroadcast* with a memory source reporting incorrect memory sizes. the memory address being broadcast indicates the size, which is one byte/word/dword/qword. it is unrelated to the broadcasted-to vector length. +* fix incorrect index-vector-register size choice for vgatherdpd. the index register is xmm, not + depends-on-L xmm/ymm. testing instruction round-tripping through `masm` found a few bugs, which are also fixed in this release: -- cgit v1.1