From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2093) id A01903858D28; Thu, 28 Apr 2022 03:32:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A01903858D28 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. d28874aad39e97312bad2963099de910fb2d0481 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 18f2bca44c9c3d8568de12f65ffc0e4701840303 X-Git-Newrev: d28874aad39e97312bad2963099de910fb2d0481 Message-Id: <20220428033245.A01903858D28@sourceware.org> Date: Thu, 28 Apr 2022 03:32:45 +0000 (GMT) From: Kito Cheng X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2022 03:32:45 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via d28874aad39e97312bad2963099de910fb2d0481 (commit) from 18f2bca44c9c3d8568de12f65ffc0e4701840303 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d28874aad39e97312bad2963099de910fb2d0481 Author: Kito Cheng Date: Thu Apr 28 11:29:55 2022 +0800 gcc-12/changes.html: Document RISC-V changes diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 78b7b05f..e9f132c0 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -736,7 +736,18 @@ function Multiply (S1, S2 : Sign) return Sign is - +

RISC-V

+
    +
  • Default ISA spec version was bump to 20191213, more detail see this + announcement
  • +
  • New ISA extension support for zba, zbb, zbc, zbs was added.
  • +
  • New ISA extension support for vector and scalar crypto was added, only + support architecture testing marco and -march= parsing.
  • +
  • The option -mtune=thead-c906 is added to tune for T-HEAD + c906 cores.
  • + +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs