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-25 01:35:24 +0000
commit485851c914695e0884609c68e318d22fee1db9b8 (patch)
tree676cb0aed7fef203107f704cdcc74f74ec640649 /CHANGELOG
parent351adb926722b626a3fdc85b4d42303d37678fd3 (diff)
more precision for vinsert/vextract/vblendv{ps,pd}
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a2410ee..5072dde 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -23,7 +23,8 @@
* monitor now reports a 1-byte memory access size. the monitored range in practice depends on CPUID.
* 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, vblendv*, 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].