diff options
| author | iximeow <me@iximeow.net> | 2026-06-09 07:52:20 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-07-05 00:09:22 +0000 |
| commit | 7bffc21711fcbeeb7b5a38d3297b9b060f54534d (patch) | |
| tree | 3de4421e30da023a1a90a2333a5fcad148332c69 /CHANGELOG | |
| parent | 15b8817b2eda4c2f58fc098591677f77c34c454d (diff) | |
fix vgatherdpd using incorrect simd vector width for gather indices
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |
