aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorMatthieu Longo <Matthieu.Longo@arm.com>2024-07-12 09:02:08 +0100
committerRichard Earnshaw <rearnsha@arm.com>2024-07-12 11:05:35 +0100
commit0d988fbb4e2fe2138925ce2de10396daf6439383 (patch)
treed4168b24299c30b2ff0778df055790c67b753b54 /gas/doc
parentf769dcdb0194e7b770548fab6194439cd5e63ebf (diff)
downloadgdb-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.texi4
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