From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x22b.google.com (mail-lj1-x22b.google.com [IPv6:2a00:1450:4864:20::22b]) by sourceware.org (Postfix) with ESMTPS id BFF223835793 for ; Mon, 14 Nov 2022 15:04:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BFF223835793 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-lj1-x22b.google.com with SMTP id k19so13565780lji.2 for ; Mon, 14 Nov 2022 07:04:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vrull.eu; s=google; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=6znbthYu8yTYLGY2uTdhLF2xNbP8KR41a0wSroEIMLU=; b=objWIBPatZJ1X8IxAkkNoDlKCDqUeaJGxwYauw+NeaK1ytGJfZEwzRjtCccakRwFDp 2jvSc8nbBlCAHSFvECB1UMHb5AyLBhTcd2WQu3T2mwhw7xUI2xtGPyUM3U6K8C4NwRIz qBP9SqplF9l4MiDjobuNO+YbFux9GvhZjV6ld+ycn80MY8HuMV0b1tw/OkMFcWGG9EXO 3C3ursQr+NU6UOKDz2YMUoUiL7ONuVjjc0p7SVcJ6GSDsrOAwjtx8zHXWAeUJ/0MH7Ir fIvw8BtAbMGo92XOqJkTrh4AMC7MCZtZm+7oeagGRVGjROp1Cr4hDhpQaEY0/l9+shYp 5qLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=6znbthYu8yTYLGY2uTdhLF2xNbP8KR41a0wSroEIMLU=; b=4emal/r3QKcuRzz0EFvW/s7j/W5aSVYeEfW5wzjhb0J8bLmO77QRCEw8lQx6wQ2m9P cYfFdF1OjSCcQR4dtm9Lpr5kei28B9LjQQSGKpRRxtgYwoFaNkN0teUhVMuj9tDMNaoY yn5J9GZbz6H0REhZoA3Sxt4C52y9ALx094PGIMZJx4XsJMQx3D2yo4fhvuNUc7mrs/x1 cIZi7bzazUXrfcmAgByr4542RBH26qjvQsQuPAAUyM1228SG+SlgtyMsru8DmUAU9SpS bSx3BVdL27dOvJGYGDfdfse37oEdUqnxpjzGj68v/77C/A0ZZaEIoqFXQ7cR206o3q9k p0Yg== X-Gm-Message-State: ANoB5pn+yYd7jMTNKJvAHXFO2RMZgY2+8+fZIbTGrKr8c8rL+JPnoWPy r5z5fxCQMmHDLej+cUi/pW+n/zAIViyLyaO5eHMvqw== X-Google-Smtp-Source: AA0mqf44mlS7R2jXfgBatdn0p0puvhmwxL+cH0/j4QzyUltrrfrjrtXvH4vynr6YquWbF6cyNrBlLFFBxJXXfbH4U/8= X-Received: by 2002:a2e:9e55:0:b0:277:e8e:8d90 with SMTP id g21-20020a2e9e55000000b002770e8e8d90mr4461437ljk.243.1668438246097; Mon, 14 Nov 2022 07:04:06 -0800 (PST) MIME-Version: 1.0 References: <20221114145348.20652-1-philipp.tomsich@vrull.eu> In-Reply-To: From: Philipp Tomsich Date: Mon, 14 Nov 2022 16:03:54 +0100 Message-ID: Subject: Re: [PATCH v2] gcc-13: aarch64: Document new cores To: Kyrylo Tkachov Cc: "gcc-patches@gcc.gnu.org" , Richard Sandiford Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-8.8 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 List-Id: I squashed (so these are actually in the commit) and applied to master. Philipp. On Mon, 14 Nov 2022 at 15:56, Kyrylo Tkachov wrote= : > > > > > -----Original Message----- > > From: Philipp Tomsich > > Sent: Monday, November 14, 2022 2:54 PM > > To: gcc-patches@gcc.gnu.org > > Cc: Richard Sandiford ; Kyrylo Tkachov > > ; Philipp Tomsich > > Subject: [PATCH v2] gcc-13: aarch64: Document new cores > > > > Document the new cores added recently: > > - ampere1a > > - cortex-x1c > > - cortex-a715 > > - cortex-x3 > > - neoverse-v2 > > Thanks, but I think the patch doesn't reflect those yet =F0=9F=98=89 > Ok with the entries added as discussed. > Thanks, > Kyirll > > > > > 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)

> >
    > > -- > > 2.34.1 >