From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1432) id D7A5E3858D28; Sat, 30 Apr 2022 22:08:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D7A5E3858D28 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 5360a301098f7d2de2a02f7c6ba931e195902f91 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6242231510406a9bc0b8cca3a06afab352ff48f7 X-Git-Newrev: 5360a301098f7d2de2a02f7c6ba931e195902f91 Message-Id: <20220430220852.D7A5E3858D28@sourceware.org> Date: Sat, 30 Apr 2022 22:08:52 +0000 (GMT) From: Thomas König 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: Sat, 30 Apr 2022 22:08:53 -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 5360a301098f7d2de2a02f7c6ba931e195902f91 (commit) from 6242231510406a9bc0b8cca3a06afab352ff48f7 (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 5360a301098f7d2de2a02f7c6ba931e195902f91 Author: Thomas Koenig Date: Sun May 1 00:05:10 2022 +0200 Added equals sign to fix broken link in RISC-V section. * gcc-12/changes.html: Fixed broken link. diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index c409a17c..87c8bcf8 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -771,7 +771,7 @@ function Multiply (S1, S2 : Sign) return Sign is

RISC-V

  • Default ISA spec version was bump to 20191213, more detail see this + href="https://groups.google.com/a/groups.riscv.org/g/sw-dev/c/aE1ZeHHCYf4"> announcement
  • New ISA extension support for zba, zbb, zbc, zbs was added.
  • New ISA extension support for vector and scalar crypto was added, only ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs