aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-05-08 01:19:33 +0000
committeriximeow <me@iximeow.net>2026-05-08 01:19:33 +0000
commit2378c1361c729da9f9cbd982142837b3d164106c (patch)
treef75d02beaf81999bba0390f9eeebadf33c24266f /CHANGELOG
parent904fa19dd7dba76cc206b70628efedf8ddb128d1 (diff)
working through a bunch of avx512 stuff..
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 54f1ada..40e8e5a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -32,6 +32,8 @@
always decoded as ymm.
* vmaskmovqdu now reports a memory access size for the implied write to ds:[rdi/edi/di].
* correct swapped operand order of 0xD6-opcode movq.
+* reject so many invalid AVX512 encodings (instructions which do not support broadcast,
+ or rounding, or require W=0/W=1, etc).
* some instructions (such as invept, invvpid) were accepted by uarch-specific
deocders when they should not have been.