diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 09:21:43 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 14:46:10 -0700 |
commit | b05521c916790dbaeb953fca7b979a889d868db2 (patch) | |
tree | e88709b11e820a138de792a257263b81d399c8f8 /manual | |
parent | 609b7b2d3c0c44f4e42a235f8d7c207c903a6bb1 (diff) | |
download | glibc-b05521c916790dbaeb953fca7b979a889d868db2.zip glibc-b05521c916790dbaeb953fca7b979a889d868db2.tar.gz glibc-b05521c916790dbaeb953fca7b979a889d868db2.tar.bz2 |
<sys/platform/x86.h>: Add AMX-COMPLEX support
Add AMX-COMPLEX 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 1e12099..e7448ff 100644 --- a/manual/platform.texi +++ b/manual/platform.texi @@ -198,6 +198,9 @@ The supported processor features are: @code{AMX_BF16} -- Tile computational operations on bfloat16 numbers. @item +@code{AMX_COMPLEX} -- Tile computational operations on complex FP16 numbers. + +@item @code{AMX_INT8} -- Tile computational operations on 8-bit numbers. @item |