aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-06-09 07:52:20 +0000
committeriximeow <me@iximeow.net>2026-07-05 00:09:22 +0000
commit7bffc21711fcbeeb7b5a38d3297b9b060f54534d (patch)
tree3de4421e30da023a1a90a2333a5fcad148332c69 /CHANGELOG
parent15b8817b2eda4c2f58fc098591677f77c34c454d (diff)
fix vgatherdpd using incorrect simd vector width for gather indices
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
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: