> -----Original Message-----
> From: Gcc-patches <gcc-patches-
> bounces+kyrylo.tkachov=arm....@gcc.gnu.org> On Behalf Of Philipp
> Tomsich
> Sent: Monday, November 14, 2022 2:43 PM
> To: gcc-patches@gcc.gnu.org
> Cc: Richard Sandiford <richard.sandif...@arm.com>; Philipp Tomsich
> <philipp.toms...@vrull.eu>
> Subject: [PATCH] GCC13: aarch64: Document new cores
> 
> Document the new cores added recently:
>  - ampere1a
>  - cortex-x1c
>  - cortex-a715
> 
> Signed-off-by: Philipp Tomsich <philipp.toms...@vrull.eu>
> ---
> 
>  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.</p>
>  <!-- .................................................................. -->
>  <h2 id="targets">New Targets and Target Specific Improvements</h2>
> 
> -<!-- <h3 id="aarch64">AArch64</h3> -->
> +<h3 id="aarch64">AArch64</h3>
> +<ul>
> +  <li>A number of new CPUs are supported through the <code>-
> mcpu</code> and
> +  <code>-mtune</code> options (GCC identifiers in parentheses).
> +    <ul>
> +      <li>Ampere-1A (<code>ampere1a</code>).</li>
> +      <li>ARM Cortex-X1C (<code>cortex-x1c</code>).</li>
> +      <li>ARM Cortex-A715 (<code>cortex-a715</code>).</li>

For the Arm cores can you please capitalize as "Arm Cortex-X1C" and "Arm 
Cortex-A715".
Also, let's add "Arm Cortex-X3" (I just approved the patch from Srinath) and 
"Arm Neoverse V2"
Thanks,
Kyrill

> +    </ul>
> +</ul>
> 
>  <h3 id="amdgcn">AMD Radeon (GCN)</h3>
>  <ul>
> --
> 2.34.1

Reply via email to