diff mbox series

wwwdocs: Added mentioning of TX3 chip to the list of the processors

Message ID 20200428183032.GB29652@bell-sw.com
State New
Headers show
Series wwwdocs: Added mentioning of TX3 chip to the list of the processors | expand

Commit Message

Anton Youdkevitch April 28, 2020, 6:30 p.m. UTC
This adds mentioning of Marvell ThunderX3 chip to
the list of supported processors.


---
 htdocs/gcc-10/changes.html | 1 +
 1 file changed, 1 insertion(+)

Comments

Kyrylo Tkachov April 30, 2020, 7:16 a.m. UTC | #1
> -----Original Message-----
> From: Anton Youdkevitch <anton.youdkevitch@bell-sw.com>
> Sent: 28 April 2020 19:31
> To: gcc-patches@gcc.gnu.org
> Cc: Kyrylo Tkachov <Kyrylo.Tkachov@arm.com>; gerald@pfeifer.com;
> joseph@codesourcery.com
> Subject: [PATCH] wwwdocs: Added mentioning of TX3 chip to the list of the
> processors
> 
> This adds mentioning of Marvell ThunderX3 chip to
> the list of supported processors.

Ok.
Thanks,
Kyrill

> 
> 
> ---
>  htdocs/gcc-10/changes.html | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
> index 41c2dc0..b37b74d 100644
> --- a/htdocs/gcc-10/changes.html
> +++ b/htdocs/gcc-10/changes.html
> @@ -655,6 +655,7 @@ typedef svbool_t pred512
> __attribute__((arm_sve_vector_bits(512)));
>  	 <li>Arm Cortex-A65 (<code>cortex-a65</code>).</li>
>  	 <li>Arm Cortex-A65AE (<code>cortex-a65ae</code>).</li>
>  	 <li>Arm Cortex-A34 (<code>cortex-a34</code>).</li>
> +	 <li>Marvell ThunderX3 (<code>thunderx3t110</code>).</li>
>         </ul>
>         The GCC identifiers can be used
>         as arguments to the <code>-mcpu</code> or <code>-mtune</code>
> options,
> --
> 2.7.4
Gerald Pfeifer April 30, 2020, 9:52 a.m. UTC | #2
On Thu, 30 Apr 2020, Kyrylo Tkachov wrote:
> Ok.

Ah, and you also pushed it in Git.  (I was just going to do it
since Anton does not appear to have an account, and noticed it
was a no-op. ;-)

Thanks,
Gerald
Kyrylo Tkachov April 30, 2020, 10:05 a.m. UTC | #3
> -----Original Message-----
> From: Gerald Pfeifer <gerald@pfeifer.com>
> Sent: 30 April 2020 10:53
> To: Kyrylo Tkachov <Kyrylo.Tkachov@arm.com>
> Cc: Anton Youdkevitch <anton.youdkevitch@bell-sw.com>; gcc-
> patches@gcc.gnu.org; Joseph S. Myers <joseph@codesourcery.com>
> Subject: RE: [PATCH] wwwdocs: Added mentioning of TX3 chip to the list of
> the processors
> 
> On Thu, 30 Apr 2020, Kyrylo Tkachov wrote:
> > Ok.
> 
> Ah, and you also pushed it in Git.  (I was just going to do it
> since Anton does not appear to have an account, and noticed it
> was a no-op. ;-)

Ah yes, sorry. I was initially going to leave it to somebody else, but then found the time after all.
Kyrill

> 
> Thanks,
> Gerald
Anton Youdkevitch April 30, 2020, 1:21 p.m. UTC | #4
On 30.4.2020 13:05 , Kyrylo Tkachov wrote:
>
>> -----Original Message-----
>> From: Gerald Pfeifer <gerald@pfeifer.com>
>> Sent: 30 April 2020 10:53
>> To: Kyrylo Tkachov <Kyrylo.Tkachov@arm.com>
>> Cc: Anton Youdkevitch <anton.youdkevitch@bell-sw.com>; gcc-
>> patches@gcc.gnu.org; Joseph S. Myers <joseph@codesourcery.com>
>> Subject: RE: [PATCH] wwwdocs: Added mentioning of TX3 chip to the list of
>> the processors
>>
>> On Thu, 30 Apr 2020, Kyrylo Tkachov wrote:
>>> Ok.
>> Ah, and you also pushed it in Git.  (I was just going to do it
>> since Anton does not appear to have an account, and noticed it
>> was a no-op. ;-)
> Ah yes, sorry. I was initially going to leave it to somebody else, but then found the time after all.
> Kyrill
Thanks a lot, Kyrill!
diff mbox series

Patch

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 41c2dc0..b37b74d 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -655,6 +655,7 @@  typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512)));
 	 <li>Arm Cortex-A65 (<code>cortex-a65</code>).</li>
 	 <li>Arm Cortex-A65AE (<code>cortex-a65ae</code>).</li>
 	 <li>Arm Cortex-A34 (<code>cortex-a34</code>).</li>
+	 <li>Marvell ThunderX3 (<code>thunderx3t110</code>).</li>
        </ul>
        The GCC identifiers can be used
        as arguments to the <code>-mcpu</code> or <code>-mtune</code> options,