aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-05-04 03:46:22 +0000
committeriximeow <me@iximeow.net>2026-05-25 01:40:07 +0000
commit298c3348a6258c877c534aee7b4ce7a45622b6d1 (patch)
tree8cd0ce604fb1692093bae2644126d0a0a2765553 /CHANGELOG
parente9b3973cbf689eac2ea11c2dacf6f2d8c2ce01c5 (diff)
feature guard for key locker
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8e5ad86..f333eb2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,8 @@
even when their corresponding extension is not selected.
* added uarch-specific decoders for Zen 2, Zen 3, Zen 4, and Zen 5
* removed 3DNow support from AMD uarch-specific decoders after K10
+* for uarch-specific decoding, there is now a feature bit for Intel Key Locker. this corrects an
+ issue where Key Locker instructions would decode under AMD-specific decoders.
* push-immediate, pushf, popf, enter, leave, and xlat now all report a correct memory
access size, fixing the prior behavior of reporting no memory access size at
all