aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-05-04 03:48:02 +0000
committeriximeow <me@iximeow.net>2026-05-25 01:41:55 +0000
commit307d39dedfabaa0a0400ba62cd9a418d3f94a582 (patch)
treed1c2b0c3cd635eb4f4d20c8d6d8c511b9d5f2095 /CHANGELOG
parent298c3348a6258c877c534aee7b4ce7a45622b6d1 (diff)
pextr*/extractps
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f333eb2..f8197d0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -20,6 +20,7 @@
zero-extended to 64 bits for storage. writing to "eax" in this way implies the 32->64 bit
zero-extend, whereas writing to "ax" does not imply any zero-extension. mov reg-to-seg
is unchanged and uses a 16-bit form for source GPR.
+* fix pextr{b,w,d,q} and extractps first and second operands being backwards.
* reject 0f0d prefetch/nop with a register operand, which was incorrectly decoded before.
* maskmovq and maskmovdqu now have their implicit memory access size reported correctly.
* monitor now reports a 1-byte memory access size. the monitored range in practice depends on CPUID.