diff options
author | Matthieu Longo <Matthieu.Longo@arm.com> | 2024-07-12 09:02:08 +0100 |
---|---|---|
committer | Richard Earnshaw <rearnsha@arm.com> | 2024-07-12 11:05:35 +0100 |
commit | 0d988fbb4e2fe2138925ce2de10396daf6439383 (patch) | |
tree | d4168b24299c30b2ff0778df055790c67b753b54 /gas/doc | |
parent | f769dcdb0194e7b770548fab6194439cd5e63ebf (diff) | |
download | gdb-0d988fbb4e2fe2138925ce2de10396daf6439383.zip gdb-0d988fbb4e2fe2138925ce2de10396daf6439383.tar.gz gdb-0d988fbb4e2fe2138925ce2de10396daf6439383.tar.bz2 |
aarch64: disable feature b16b16
Feature b16b16 is currently incomplete and requires re-work.
Disable the command line option for b16b16, and mark the associated
tests as XFAIL.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index 2126304..8e46038 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -161,8 +161,8 @@ automatically cause those extensions to be disabled. @headitem Extension @tab Depends upon @tab Description @item @code{aes} @tab @code{simd} @tab Enable the AES and PMULL cryptographic extensions. -@item @code{b16b16} @tab @code{sve2} - @tab Enable BFloat16 to BFloat16 arithmetic for SVE2 and SME2. +@c @item @code{b16b16} @tab @code{sve2} +@c @tab Enable BFloat16 to BFloat16 arithmetic for SVE2 and SME2. @item @code{bf16} @tab @code{fp} @tab Enable BFloat16 extension. @item @code{brbe} @tab |