diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2023-07-26 08:20:16 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2023-07-27 08:42:32 -0700 |
commit | 1547d6a64f4b981a06fd46ee446425a32558f2d0 (patch) | |
tree | 04c1d9b268be4d36880792b115c88ebe135dd6d9 /manual | |
parent | c8c8dbbf279b0ebaed3e871f626ba7dde876d247 (diff) | |
download | glibc-1547d6a64f4b981a06fd46ee446425a32558f2d0.tar glibc-1547d6a64f4b981a06fd46ee446425a32558f2d0.tar.gz glibc-1547d6a64f4b981a06fd46ee446425a32558f2d0.tar.bz2 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.texi | 3 |
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 |