From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x134.google.com (mail-lf1-x134.google.com [IPv6:2a00:1450:4864:20::134]) by sourceware.org (Postfix) with ESMTPS id A8EEB385B800 for ; Mon, 14 Nov 2022 14:58:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A8EEB385B800 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-x134.google.com with SMTP id be13so19708514lfb.4 for ; Mon, 14 Nov 2022 06:58:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vrull.eu; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=DCeUySR2RN9x7z8scFK76bu00QZeRH2v2KDvDYlpkLw=; b=bnGDFsK+KG3EWNKCbTT2GUIxTH9O0VeiwjDs2t4Stcb7eZPcfjXCDtjeFFMIdhP2iw 5XN1G/N4xZJy49HxyKHKcIdYf3GWtW6VVfAHqvR5KYvOU8Gek5KT9JBdEhXCDpfn2nEz 055nbrliFyUouPVfgNx/jZnQQGuMNVi2BQDLK2qStwvZ/eAJOkFmGJYL2iWJEt8SVIhC Wl3PYgNX/8t+ne4ak2LwZzPiiqan+1hY8TKDngh9LvU2w6SSuKnjYwtzysXz3HyULmi2 Dxfy0fLxQLTh+j0FbzHwESZR7XlKRPA8/8uXjuKlw/UziG9S/bhAe/skn4ZFKOMVcANx wdUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=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=DCeUySR2RN9x7z8scFK76bu00QZeRH2v2KDvDYlpkLw=; b=cAdd/0rvRncX6lb2XbNcfT3W7oZ7AsuqI539JFskvMldcI/nYq4tD61tg7gg1NPuSm i/4N5oMVziUcm3ZOT6sx0hLUaX/9HE5klx875+x0uGw6WNcuK+FEC5BgRvsRczDQ4xgB WpKIJYg9j+qJagNdisol9a7OdVn/ywSPS2qhgAg3bB4Ln3oOx/6sMKbPU9jbNz9LhQE6 kTbUlElTTl6rXByzZCuAIt8IGQm0iQJ0uC5e+i3yA2FVwYjKk1YtVULzBJnQVAJZQED/ lQolOcNqpUytN4pxEOugtCGPFeWq58Bg/Z/+KSXG+BDl6BJdNKz2frP14pWkbRftajXH H90A== X-Gm-Message-State: ANoB5pmK1GX1eyFVKJ8KNPxcB5oSs/O1T/0qTVxyWqf5/JXbdD1wXK+3 ELqUv+nPAMvGbqCfWrVKXqRlNLlq29SMnkSVfVnftQ== X-Google-Smtp-Source: AA0mqf5pTPrZTlHpq1WMUdUgY+YJs4EUyfJLHs16iSk6bPVRYnLdVUfbx2frODcWYfp8YOBSpJ6VCfxnBlAe7bUlru8= X-Received: by 2002:ac2:558c:0:b0:4a2:7692:3a0a with SMTP id v12-20020ac2558c000000b004a276923a0amr4451033lfg.71.1668437889283; Mon, 14 Nov 2022 06:58:09 -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 15:57:58 +0100 Message-ID: Subject: Re: [PATCH v2] gcc-13: aarch64: Document new cores To: Kyrylo Tkachov Cc: Richard Sandiford , "gcc-patches@gcc.gnu.org" Content-Type: multipart/alternative; boundary="000000000000b8906605ed6f77b2" X-Spam-Status: No, score=-9.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,HTML_MESSAGE,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: --000000000000b8906605ed6f77b2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I=E2=80=99ll hold off pushing until these are on master. 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 > > --000000000000b8906605ed6f77b2--