diff options
author | Jan Beulich <jbeulich@suse.com> | 2024-03-01 09:23:34 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2024-03-01 09:23:34 +0100 |
commit | 77b07380deafa490b4c2da3c4d1661060b5319c9 (patch) | |
tree | 2c299b45394f61184623980d810df85fa7104bad /gas/NEWS | |
parent | 09de03fce5c10a148fb0ad16195d30a7332541e6 (diff) | |
download | gdb-77b07380deafa490b4c2da3c4d1661060b5319c9.zip gdb-77b07380deafa490b4c2da3c4d1661060b5319c9.tar.gz gdb-77b07380deafa490b4c2da3c4d1661060b5319c9.tar.bz2 |
gas/NEWS: drop mention of Arm64's SVE2.1 and SME2.1
... plus the SME part of B16B16. As per
https://sourceware.org/pipermail/binutils/2024-February/132408.html
SVE2.1 support is both incomplete and buggy. SME2.1 "support" goes as
far as a single instruction (a subset of movaz forms) only. The SME part
of B16B16 is entirely missing.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -6,11 +6,7 @@ Changes in 2.42: * Add support for AMD znver5 processor. -* Add support for the AArch64 Scalable Vector Extension version 2.1 (SVE2.1). - -* Add support for the AArch64 Scalable Matrix Extension version 2.1 (SME2.1). - -* Add support for the AArch64 BFloat16 to BFloat16 arithmetic for SVE2 and SME2 +* Add support for the AArch64 BFloat16 to BFloat16 arithmetic for SVE2 (B16B16). * Add support for the AArch64 Reliability, Availability and Serviceability |