about summary refs log tree commit diff
path: root/manual/platform.texi
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2023-04-05 09:21:43 -0700
committerH.J. Lu <hjl.tools@gmail.com>2023-04-05 14:46:10 -0700
commitb05521c916790dbaeb953fca7b979a889d868db2 (patch)
treee88709b11e820a138de792a257263b81d399c8f8 /manual/platform.texi
parent609b7b2d3c0c44f4e42a235f8d7c207c903a6bb1 (diff)
downloadglibc-b05521c916790dbaeb953fca7b979a889d868db2.tar.gz
glibc-b05521c916790dbaeb953fca7b979a889d868db2.tar.xz
glibc-b05521c916790dbaeb953fca7b979a889d868db2.zip
<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/platform.texi')
-rw-r--r--manual/platform.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/platform.texi b/manual/platform.texi
index 1e120993d7..e7448ffc1a 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