diff mbox

[Web/PATCH] Add mention of -mcpu=thunderx to gcc-5/changes.html

Message ID CA+=Sn1m7aoqEiQTao4fQirvDTyoFM6sLugk4SwCDnifZEsNAeg@mail.gmail.com
State New
Headers show

Commit Message

Andrew Pinski Nov. 14, 2014, 9:39 p.m. UTC
I thought I would mention the addition of the ThunderX AARCH64
processor support to the changes web page.

OK?  Tested by looking at the web page with Chrome.

Thanks,
Andrew
? gcc-4.9/.changes.html.swp
? gcc-5/.changes.html.swp

Comments

Jeff Law Nov. 17, 2014, 7:49 p.m. UTC | #1
On 11/14/14 14:39, Andrew Pinski wrote:
> I thought I would mention the addition of the ThunderX AARCH64
> processor support to the changes web page.
>
> OK?  Tested by looking at the web page with Chrome.
Ok.
jeff
diff mbox

Patch

Index: gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.25
diff -u -p -r1.25 changes.html
--- gcc-5/changes.html	14 Nov 2014 21:32:32 -0000	1.25
+++ gcc-5/changes.html	14 Nov 2014 21:36:39 -0000
@@ -292,7 +292,9 @@  calloc (size_t x, size_t y)
        Alternatively it can be enabled by default by configuring GCC with the
        <code>--enable-fix-cortex-a53-835769</code> option.
      </li>
-
+     <li>Support for the Cavium ThunderX processor is now available through the
+    <code>-mcpu=thunderx</code> and <code>-mtune=thunderx</code> options.</li>
+     </li>
    </ul>
 
 <h2 id="os">Operating Systems</h2>