From 88601c2d941b004b443dc4bfdf3b93ea1983d136 Mon Sep 17 00:00:00 2001 From: Srinath Parvathaneni Date: Mon, 15 Jan 2024 09:35:55 +0000 Subject: 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. --- gas/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gas/NEWS') 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. -- cgit v1.1