about summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2023-07-26 08:20:16 -0700
committerH.J. Lu <hjl.tools@gmail.com>2023-07-27 08:42:32 -0700
commit1547d6a64f4b981a06fd46ee446425a32558f2d0 (patch)
tree04c1d9b268be4d36880792b115c88ebe135dd6d9 /manual
parentc8c8dbbf279b0ebaed3e871f626ba7dde876d247 (diff)
downloadglibc-1547d6a64f4b981a06fd46ee446425a32558f2d0.tar.gz
glibc-1547d6a64f4b981a06fd46ee446425a32558f2d0.tar.xz
glibc-1547d6a64f4b981a06fd46ee446425a32558f2d0.zip
<sys/platform/x86.h>: Add APX support
Add support for Intel Advanced Performance Extensions:

https://www.intel.com/content/www/us/en/developer/articles/technical/advanced-performance-extensions-apx.html

to <sys/platform/x86.h>.
Diffstat (limited to 'manual')
-rw-r--r--manual/platform.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/platform.texi b/manual/platform.texi
index c6ed73cb97..2a2d557067 100644
--- a/manual/platform.texi
+++ b/manual/platform.texi
@@ -210,6 +210,9 @@ The supported processor features are:
 @code{AMX_TILE} -- Tile architecture.
 
 @item
+@code{APX_F} -- The APX instruction extensions.
+
+@item
 @code{ARCH_CAPABILITIES} -- IA32_ARCH_CAPABILITIES MSR.
 
 @item