diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 09:21:42 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 14:46:10 -0700 |
commit | 609b7b2d3c0c44f4e42a235f8d7c207c903a6bb1 (patch) | |
tree | d92f21cfb989f48451b2f8212a52dc296dc4e720 /manual | |
parent | 4c120c88a631cf038520556144860d3ad5a4d0e3 (diff) | |
download | glibc-609b7b2d3c0c44f4e42a235f8d7c207c903a6bb1.tar.gz glibc-609b7b2d3c0c44f4e42a235f8d7c207c903a6bb1.tar.xz glibc-609b7b2d3c0c44f4e42a235f8d7c207c903a6bb1.zip |
<sys/platform/x86.h>: Add AVX-NE-CONVERT support
Add AVX-NE-CONVERT 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 873ea0a84a..1e120993d7 100644 --- a/manual/platform.texi +++ b/manual/platform.texi @@ -223,6 +223,9 @@ Leaf (EAX = 23H). @code{AVX_IFMA} -- The AVX-IFMA instruction extensions. @item +@code{AVX_NE_CONVERT} -- The AVX-NE-CONVERT instruction extensions. + +@item @code{AVX_VNNI} -- The AVX-VNNI instruction extensions. @item |