From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1990) id 2A13A3858D28; Sun, 8 May 2022 01:57:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A13A3858D28 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 2a94916240c1d9c946a7842dc482331b951cd846 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8d3f0483708a39f9ebdea6bc2f713fba71c57d16 X-Git-Newrev: 2a94916240c1d9c946a7842dc482331b951cd846 Message-Id: <20220508015748.2A13A3858D28@sourceware.org> Date: Sun, 8 May 2022 01:57:48 +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:57:48 -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 2a94916240c1d9c946a7842dc482331b951cd846 (commit) from 8d3f0483708a39f9ebdea6bc2f713fba71c57d16 (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 2a94916240c1d9c946a7842dc482331b951cd846 Author: Chenghua Xu Date: Sun May 8 09:52:16 2022 +0800 Emphasizes 64-bit CPU in -march=loongach64 core. diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 3fb33ad9..60ed4b32 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -698,12 +698,12 @@ function Multiply (S1, S2 : Sign) return Sign is

LoongArch

  • Support for the LoongArch architecture instruction set has been added.
  • -
  • The Loongson CPU codename LA464 and LoongArch generic CPU codename loongarch64 +
  • The Loongson CPU codename LA464 and LoongArch 64-bit generic CPU codename loongarch64 are supported through the -march= and -mtune= options (GCC identifiers in parentheses).
    • Loongson LA464 core (la464).
    • -
    • LoongArch generic core (loongarch64).
    • +
    • LoongArch 64-bit generic core (loongarch64).
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs