diff options
author | Andrew Carlotti <andrew.carlotti@arm.com> | 2024-06-21 19:32:31 +0100 |
---|---|---|
committer | Richard Earnshaw <rearnsha@arm.com> | 2024-06-24 16:50:28 +0100 |
commit | a6e529673a95670a9c3046c3681fe6864b2cd05c (patch) | |
tree | 32f81f379ce97740432eefe9b46a3db40da9e3ca /gas/doc | |
parent | 59b78ab1c16356c2b5a9a1cba40c4029f84ed409 (diff) | |
download | gdb-a6e529673a95670a9c3046c3681fe6864b2cd05c.zip gdb-a6e529673a95670a9c3046c3681fe6864b2cd05c.tar.gz gdb-a6e529673a95670a9c3046c3681fe6864b2cd05c.tar.bz2 |
aarch64: Add SME FP8 multiplication instructions
This includes:
- FEAT_SME_F8F32 (+sme-f8f32)
- FEAT_SME_F8F16 (+sme-f8f16)
The FP16 addition/subtraction instructions originally added by
FEAT_SME_F16F16 haven't been added to Binutils yet. They are also
required to be enabled if FEAT_SME_F8F16 is present, so they are
included in this patch.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index a73b6c3..157c7b2 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -271,6 +271,10 @@ automatically cause those extensions to be disabled. @tab Enable the SM3 and SM4 cryptographic extensions. @item @code{sme} @tab @code{sve2}, @code{bf16} @tab Enable the Scalable Matrix Extension. +@item @code{sme-f8f16} @tab @code{sme-f8f32} + @tab Enable the SME F8F16 Extension. +@item @code{sme-f8f32} @tab @code{sme2}, @code{fp8} + @tab Enable the SME F8F32 Extension. @item @code{sme-f64f64} @tab @code{sme} @tab Enable SME F64F64 Extension. @item @code{sme-i16i64} @tab @code{sme} |