aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-05-03 17:56:19 +0000
committeriximeow <me@iximeow.net>2026-05-03 17:56:50 +0000
commit5e42a8bf68f369eb4d5017993e403308fd02ca67 (patch)
tree394400242457f0a2307530aa9740f58794f9a6f3 /CHANGELOG
parent6eb2af6a3aba7bfad21775319c3a200c5c723918 (diff)
more precision for vinsert/vextract
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1aed610..0132ca9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -23,7 +23,8 @@
* 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
+ vcvtph2ps, vbroadcastf128, vmaskmovps, vmaskmovpd, vpermd,
+ vpbroadcast{b,w,d,q}, vinserti128, vextracti128, among others
* vpbroadcastb and vpbroadcastw should respect the L bit to select xmm/ymm vector width, but
always decoded as ymm.
* vmaskmovqdu now reports a memory access size for the implied write to ds:[rdi/edi/di].