diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 09:21:38 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 14:46:10 -0700 |
commit | 8b4cc05eabdb67902171d8c05a4915d14b1e5f58 (patch) | |
tree | 9a614854689deb658058c7d0cf04d478e5721d8e /manual | |
parent | 227983551d3b590e1a9ed4e81d793b7f6abfadd2 (diff) | |
download | glibc-8b4cc05eabdb67902171d8c05a4915d14b1e5f58.tar.gz glibc-8b4cc05eabdb67902171d8c05a4915d14b1e5f58.tar.xz glibc-8b4cc05eabdb67902171d8c05a4915d14b1e5f58.zip |
<sys/platform/x86.h>: Add AMX-FP16 support
Add AMX-FP16 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 af79f5eb4d..7d4aa3d339 100644 --- a/manual/platform.texi +++ b/manual/platform.texi @@ -201,6 +201,9 @@ The supported processor features are: @code{AMX_INT8} -- Tile computational operations on 8-bit numbers. @item +@code{AMX_FP16} -- Tile computational operations on FP16 numbers. + +@item @code{AMX_TILE} -- Tile architecture. @item |