From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1923) id 3F3CD3858412; Mon, 14 Nov 2022 15:02:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F3CD3858412 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668438171; bh=Dl4CXuRBPb3Hw0s24AWLTOoiHaXInYtAckThyH6wTME=; h=To:Subject:Date:From:From; b=jqsgS6ofj0MnyJsKcTpF9CQ7glkejbwLX22t4l4jq3lu9rKP9av75rH6rPLREHGHH F4JesRDUu+r6bbQcvFoHC1itqprDx+UTN3BMAYi/mhcXX633S80x7y1rMu3JijMwQa x+PqDS6+ceke48lMgVwZsfr4lKkbLxo4Gg0K24L0= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. d851981b4b279e1ca77d22183e84600234cebc69 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 890e40e9e74c66114b7582d97d97dac25f3c8a3e X-Git-Newrev: d851981b4b279e1ca77d22183e84600234cebc69 Message-Id: <20221114150251.3F3CD3858412@sourceware.org> Date: Mon, 14 Nov 2022 15:02:51 +0000 (GMT) From: Philipp Tomsich List-Id: 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 d851981b4b279e1ca77d22183e84600234cebc69 (commit) from 890e40e9e74c66114b7582d97d97dac25f3c8a3e (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 d851981b4b279e1ca77d22183e84600234cebc69 Author: Philipp Tomsich Date: Mon Nov 14 15:39:05 2022 +0100 gcc-13: aarch64: Document new cores Document the new cores added recently: - ampere1a - cortex-x1c - cortex-a715 - cortex-x3 - neoverse-v2 diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 0daf921b..e0910f96 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -210,7 +210,18 @@ a work-in-progress.

New Targets and Target Specific Improvements

- +

AArch64

+
    +
  • A number of new CPUs are supported through the -mcpu and + -mtune options (GCC identifiers in parentheses). +
      +
    • Ampere-1A (ampere1a).
    • +
    • Arm Cortex-A715 (cortex-a715).
    • +
    • Arm Cortex-X1C (cortex-x1c).
    • +
    • Arm Cortex-X3 (cortex-c3).
    • +
    • Arm Neoverse V2 (neoverse-v2).
    • +
    +

AMD Radeon (GCN)

    ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs