From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1611) id C47B3385E442; Wed, 21 Apr 2021 09:46:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C47B3385E442 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 6d41c3ea04eb119c50eda670c173e250cfefd661 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 93fbce050df025196ac3bb866590bcc5ed416894 X-Git-Newrev: 6d41c3ea04eb119c50eda670c173e250cfefd661 Message-Id: <20210421094650.C47B3385E442@sourceware.org> Date: Wed, 21 Apr 2021 09:46:50 +0000 (GMT) From: Martin Jambor 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: Wed, 21 Apr 2021 09:46:50 -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 6d41c3ea04eb119c50eda670c173e250cfefd661 (commit) from 93fbce050df025196ac3bb866590bcc5ed416894 (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 6d41c3ea04eb119c50eda670c173e250cfefd661 Author: Martin Jambor Date: Wed Apr 21 11:46:05 2021 +0200 List znver3 among newly supported CPUs diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index cbae91f8..50243826 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -1144,6 +1144,12 @@ are not listed here).

makes the code specific to 512-bit SVE. +

x86-64

+
    +
  • GCC 10.3 supports AMD CPUs based on the znver3 core + via -march=znver3. +
  • +
diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 61e18479..6f58cfe8 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -647,6 +647,9 @@ a work-in-progress.

-march=rocketlake. Rocket Lake is based on Icelake client and minus SGX. +
  • GCC now supports AMD CPUs based on the znver3 core + via -march=znver3. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 6 ++++++ htdocs/gcc-11/changes.html | 3 +++ 2 files changed, 9 insertions(+) hooks/post-receive -- gcc-wwwdocs