From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1990) id 933F63858C53; Sun, 8 May 2022 01:48:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 933F63858C53 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 8d3f0483708a39f9ebdea6bc2f713fba71c57d16 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7dc6962f7d3ab17d02619ca25b261bf37d5ef31c X-Git-Newrev: 8d3f0483708a39f9ebdea6bc2f713fba71c57d16 Message-Id: <20220508014844.933F63858C53@sourceware.org> Date: Sun, 8 May 2022 01:48:44 +0000 (GMT) From: Chenghua Xu 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: Sun, 08 May 2022 01:48:44 -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 8d3f0483708a39f9ebdea6bc2f713fba71c57d16 (commit) from 7dc6962f7d3ab17d02619ca25b261bf37d5ef31c (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 8d3f0483708a39f9ebdea6bc2f713fba71c57d16 Author: Chenghua Xu Date: Sun May 8 09:46:46 2022 +0800 Fix typo in Added LoongArch support commit. diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index f77ea5ad..3fb33ad9 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -699,7 +699,7 @@ function Multiply (S1, S2 : Sign) return Sign is
  • Support for the LoongArch architecture instruction set has been added.
  • The Loongson CPU codename LA464 and LoongArch generic CPU codename loongarch64 - are supported through the -march= and -march= options + are supported through the -march= and -mtune= options (GCC identifiers in parentheses).
    • Loongson LA464 core (la464).
    • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs