diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/platform.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/platform.texi b/manual/platform.texi index 2c145ac..95b0ed0 100644 --- a/manual/platform.texi +++ b/manual/platform.texi @@ -178,6 +178,9 @@ The supported processor features are: @code{AES} -- The AES instruction extensions. @item +@code{AESKLE} -- AES Key Locker instructions are enabled by OS. + +@item @code{AMX_BF16} -- Tile computational operations on bfloat16 numbers. @item @@ -354,6 +357,9 @@ the indirect branch predictor barrier (IBPB). @code{INVPCID} -- INVPCID instruction. @item +@code{KL} -- AES Key Locker instructions. + +@item @code{L1D_FLUSH} -- IA32_FLUSH_CMD MSR. @item @@ -599,6 +605,9 @@ using a TSC deadline value. @code{WBNOINVD} -- WBINVD/WBNOINVD instructions. @item +@code{WIDE_KL} -- AES wide Key Locker instructions. + +@item @code{X2APIC} -- x2APIC. @item |