diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-10-08 08:24:47 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-10-09 11:52:30 -0700 |
commit | ebe454bcca6a5421512ad228595a5391506e990a (patch) | |
tree | 5f3ea083e9d1717ff7437eb24e353c697a4234d4 /manual | |
parent | 7674695cf7e28528be7243ceb30c9a600bbaa7b5 (diff) | |
download | glibc-ebe454bcca6a5421512ad228595a5391506e990a.tar.gz glibc-ebe454bcca6a5421512ad228595a5391506e990a.tar.xz glibc-ebe454bcca6a5421512ad228595a5391506e990a.zip |
<sys/platform/x86.h>: Add AVX512_FP16 support
Add AVX512_FP16 support 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 0dd12a4353..4f5fdff9d9 100644 --- a/manual/platform.texi +++ b/manual/platform.texi @@ -211,6 +211,9 @@ The supported processor features are: @code{AVX512_BITALG} -- The AVX512_BITALG instruction extensions. @item +@code{AVX512_FP16} -- The AVX512_FP16 instruction extensions. + +@item @code{AVX512_IFMA} -- The AVX512_IFMA instruction extensions. @item |