From patchwork Mon Nov 14 14:53:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philipp Tomsich X-Patchwork-Id: 60599 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C80CE3861875 for ; Mon, 14 Nov 2022 14:55:20 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from mail-lf1-x12a.google.com (mail-lf1-x12a.google.com [IPv6:2a00:1450:4864:20::12a]) by sourceware.org (Postfix) with ESMTPS id 439DF385843A for ; Mon, 14 Nov 2022 14:53:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 439DF385843A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=vrull.eu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=vrull.eu Received: by mail-lf1-x12a.google.com with SMTP id bp15so19614478lfb.13 for ; Mon, 14 Nov 2022 06:53:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vrull.eu; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=MeFf7uokSgKbgc6v3+IKp5Ups+gnHhurP2uWpXilWng=; b=ikzTx7djK5tAnQYRxnTQy2UQTz/oEP5PP4b/iCrCWLOcO7LlNDk0iTcNIsJ1sfXfGw z+W2/5ksKXFS90Whmpaz2nbN7w66lHQo7I+tJMlOUrZIHNrEo48Z2fqHE7E2vCHlz4L5 63+Rwi15Gcc1PNbFhuWk8/mwNY2UCvjvlFtLdvvkHssq+Zh2FZ9mGV0apus+l0lfex7n EadxKH+3/2iC/+AkWc6gaEWt2bgvQR18DBmwCXVvsX/MQDwoyzJQOUWMLc0dYwAnGkrs COlF1TSCAoMjduEBWcVGE8JYE2g4nLaGHatmpJ6upL/55RzfAPjda/KxChQw2OEdUHcn /5Fw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=MeFf7uokSgKbgc6v3+IKp5Ups+gnHhurP2uWpXilWng=; b=jCLG3WAbn/IBB8OvQFLBQJpN07sbTALJ+dLuxeQYkIy/lrbKNExE3u4CUOgn803W9N AaxJrF87HP+KiG1Ar9Xkv5mT77aO7u/kW1r7BQPhS4HyWZ2e+3uQSlgHMCrTJ281bDng 6QW2Ako5w251h4WzVULY47qa0M9WzzI9cjkFUT1cE1YVb4Ie1gP0T/IsTogQ3saEaVyK j6vf2vbvtEFVN+Ixrnbx89mjkYnF1IhK8BUnHKBRP0W21FAVcqDma+GlyDLJ+qLn187l XP85wfuYG8q3xXJ0r60h30pdLalOp/aFsbOQHznYmhbxDbD5nX4FojJNztuyYUdQOqR1 QHcA== X-Gm-Message-State: ANoB5pnWoG/8qeJnG+gaYC+I86LJuZOtRw8pgt0gAJPNbZPiofNvEq7g 7VhLF2z6upUoVcLy3d1ebDX5xZKB3x0NseZ8 X-Google-Smtp-Source: AA0mqf7f8435nH6F05pfxDy5VJd4bbEOw2MqkzOyg1bcbDW33IQ70avMvgDW0cQ5a4BIAuqirfOXfA== X-Received: by 2002:a05:6512:3194:b0:4b4:981a:6f9d with SMTP id i20-20020a056512319400b004b4981a6f9dmr1725965lfe.584.1668437632022; Mon, 14 Nov 2022 06:53:52 -0800 (PST) Received: from ubuntu-focal.. ([2a01:4f9:3a:1e26::2]) by smtp.gmail.com with ESMTPSA id j13-20020a2e6e0d000000b00267232d0652sm2033990ljc.46.2022.11.14.06.53.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Nov 2022 06:53:51 -0800 (PST) From: Philipp Tomsich To: gcc-patches@gcc.gnu.org Cc: Richard Sandiford , Kyrylo Tkachov , Philipp Tomsich Subject: [PATCH v2] gcc-13: aarch64: Document new cores Date: Mon, 14 Nov 2022 15:53:48 +0100 Message-Id: <20221114145348.20652-1-philipp.tomsich@vrull.eu> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Spam-Status: No, score=-12.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, JMQ_SPF_NEUTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" Document the new cores added recently: - ampere1a - cortex-x1c - cortex-a715 - cortex-x3 - neoverse-v2 Signed-off-by: Philipp Tomsich --- Changes in v2: - Change capitalization of ARM to Arm. - Add documentation for Cortex-X3 and Neoverse V2. htdocs/gcc-13/changes.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 0daf921b..b82e198b 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -210,7 +210,16 @@ 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-X1C (cortex-x1c).
    • +
    • ARM Cortex-A715 (cortex-a715).
    • +
    +

AMD Radeon (GCN)