diff options
author | Victor Do Nascimento <vicdon01@e133397.arm.com> | 2024-02-29 13:35:26 +0000 |
---|---|---|
committer | Victor Do Nascimento <victor.donascimento@arm.com> | 2024-05-16 13:22:30 +0100 |
commit | 7d0383ad39c1df982fc8a56a920d32a4c1f42625 (patch) | |
tree | e6a11f1683597bca9797fddc249968b8ee532691 /gas/doc | |
parent | 3e09762b7d1243d7d75c885537f67fa66416bb8b (diff) | |
download | gdb-7d0383ad39c1df982fc8a56a920d32a4c1f42625.zip gdb-7d0383ad39c1df982fc8a56a920d32a4c1f42625.tar.gz gdb-7d0383ad39c1df982fc8a56a920d32a4c1f42625.tar.bz2 |
aarch64: fp8 convert and scale - add feature flags and related structures
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index 3756948..4da1807 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -291,6 +291,8 @@ automatically cause those extensions to be disabled. @tab Enable the XS memory attribute extension. @item @code{cpa} @tab @tab Enable the Checked Pointer Arithmetic extension. +@item @code{fp8} @tab + @tab Enable the Floating Point 8 (FP8) extension. @end multitable @multitable @columnfractions .20 .80 |