diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 09:21:39 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 14:46:10 -0700 |
commit | 96037c697d5a5b1bc19caae74dddf45e041b0ffd (patch) | |
tree | 2fd2f8ac31e6bce964b796323cd281803a26a433 /manual | |
parent | 8b4cc05eabdb67902171d8c05a4915d14b1e5f58 (diff) | |
download | glibc-96037c697d5a5b1bc19caae74dddf45e041b0ffd.zip glibc-96037c697d5a5b1bc19caae74dddf45e041b0ffd.tar.gz glibc-96037c697d5a5b1bc19caae74dddf45e041b0ffd.tar.bz2 |
<sys/platform/x86.h>: Add AVX-IFMA support
Add AVX-IFMA support to <sys/platform/x86.h>.
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
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 7d4aa3d..af75e5c 100644 --- a/manual/platform.texi +++ b/manual/platform.texi @@ -220,6 +220,9 @@ Leaf (EAX = 23H). @code{AVX2} -- The AVX2 instruction extensions. @item +@code{AVX_IFMA} -- The AVX-IFMA instruction extensions. + +@item @code{AVX_VNNI} -- The AVX-VNNI instruction extensions. @item |