diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-10-08 08:33:45 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-10-09 11:52:30 -0700 |
commit | 875a50ff63b2c86af770949d563ee851d08eb46e (patch) | |
tree | 28c755809dd2d5a3f5e516f60168693e44632fdf /manual/platform.texi | |
parent | ebe454bcca6a5421512ad228595a5391506e990a (diff) | |
download | glibc-875a50ff63b2c86af770949d563ee851d08eb46e.tar.gz glibc-875a50ff63b2c86af770949d563ee851d08eb46e.tar.xz glibc-875a50ff63b2c86af770949d563ee851d08eb46e.zip |
<sys/platform/x86.h>: Add AVX-VNNI support
Add AVX-VNNI support to <sys/platform/x86.h>.
Diffstat (limited to 'manual/platform.texi')
-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 4f5fdff9d9..283f255679 100644 --- a/manual/platform.texi +++ b/manual/platform.texi @@ -199,6 +199,9 @@ The supported processor features are: @code{AVX2} -- The AVX2 instruction extensions. @item +@code{AVX_VNNI} -- The AVX-VNNI instruction extensions. + +@item @code{AVX512_4FMAPS} -- The AVX512_4FMAPS instruction extensions. @item |