aboutsummaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorSrinath Parvathaneni <srinath.parvathaneni@arm.com>2024-01-15 09:35:55 +0000
committerNick Clifton <nickc@redhat.com>2024-01-15 11:45:41 +0000
commit88601c2d941b004b443dc4bfdf3b93ea1983d136 (patch)
treed2ed31930c0f82a30e5090f3a1b70e3a8f3ca681 /gas/NEWS
parent89e06ec1521898892e27615714f51d30703d5139 (diff)
downloadgdb-88601c2d941b004b443dc4bfdf3b93ea1983d136.zip
gdb-88601c2d941b004b443dc4bfdf3b93ea1983d136.tar.gz
gdb-88601c2d941b004b443dc4bfdf3b93ea1983d136.tar.bz2
aarch64: Add support for FEAT_SVE2p1.
Hi, This patch add support for FEAT_SVE2p1 (SVE2.1 Extension) feature along with +sve2p1 optional flag to enabe this feature. Also support for following SVE2p1 instructions is added addqv, andqv, smaxqv, sminqv, umaxqv, uminqv and uminqv. Regression testing for aarch64-none-elf target and found no regressions. Ok for binutils-master? Regards, Srinath.
Diffstat (limited to 'gas/NEWS')
-rw-r--r--gas/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/NEWS b/gas/NEWS
index 542ded4..6f865a7 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -3,6 +3,9 @@
hand-written asm using the new command line option --scfi=experimental on
x86-64. Only System V AMD64 ABI is supported.
+* Add support for the Arm Scalable Vector Extension version 2.1 (SVE2.1)
+ instructions.
+
* Add support for the AArch64 Scalable Matrix Extension version 2.1 (SME2.1)
instructions.