I’ll 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 😉 > 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 > >