From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7803) id EF8E1385C335; Thu, 25 Aug 2022 08:19:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EF8E1385C335 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Nelson Chu To: bfd-cvs@sourceware.org Subject: [binutils-gdb] gas: NEWS: Add the RISC-V features for 2.38 X-Act-Checkin: binutils-gdb X-Git-Author: Palmer Dabbelt X-Git-Refname: refs/heads/master X-Git-Oldrev: 157a088c1e42e6faa682c104d460de83ce3d592f X-Git-Newrev: 6b60a1ec10c3678b8ea6979f64200331e27b2a6d Message-Id: <20220825081906.EF8E1385C335@sourceware.org> Date: Thu, 25 Aug 2022 08:19:06 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2022 08:19:07 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D6b60a1ec10c3= 678b8ea6979f64200331e27b2a6d commit 6b60a1ec10c3678b8ea6979f64200331e27b2a6d Author: Palmer Dabbelt Date: Wed Aug 24 13:19:10 2022 -0700 gas: NEWS: Add the RISC-V features for 2.38 Diff: --- gas/NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gas/NEWS b/gas/NEWS index 1149cd925a3..6885c67ed27 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -43,6 +43,17 @@ Changes in 2.38: =20 * Add support for Intel AVX512_FP16 instructions. =20 +* Add support for the RISC-V scalar crypto extension, version 1.0.0. + +* Add support for the RISC-V vector extension, version 1.0. + +* Add support for the Z{f,d,q}inx extensions, version 1.0.0-rc. + +* Add support for the RISC-V svinval extension, version 1.0. + +* Add support for the RISC-V hypervisor extension, as defined by Privileged + Specification 1.12. + Changes in 2.37: =20 * arm-symbianelf support removed.