diff mbox

[wwwdocs] gcc 4.8 changes - AMD new cores

Message ID EB4625145972F94C9680D8CADD651615397D8652@sausexdag06.amd.com
State New
Headers show

Commit Message

Gopalasubramanian, Ganesh Feb. 13, 2013, 8:32 a.m. UTC
Hello, 

This patch adds short words about the new AMD cores that got enabled in GCC-4.8.
OK for the wwwdocs? 

Regards
Ganesh

Comments

Mikael Morin Feb. 13, 2013, 12:55 p.m. UTC | #1
Le 13/02/2013 09:32, Gopalasubramanian, Ganesh a écrit :
> +    <li>Support for new AMD family 16h processors (Jaguar core) is now available
> +      through <code>-march=btver2</code> and <code>-mtune=btver2</code> options.</li>

s/btver2/bdver2/ ?
Richard Biener Feb. 13, 2013, 1 p.m. UTC | #2
On Wed, Feb 13, 2013 at 1:55 PM, Mikael Morin <mikael.morin@sfr.fr> wrote:
> Le 13/02/2013 09:32, Gopalasubramanian, Ganesh a écrit :
>> +    <li>Support for new AMD family 16h processors (Jaguar core) is now available
>> +      through <code>-march=btver2</code> and <code>-mtune=btver2</code> options.</li>
>
> s/btver2/bdver2/ ?

Of course not.  Next they'll add blver ...

Richard.
Mikael Morin Feb. 13, 2013, 1:08 p.m. UTC | #3
Le 13/02/2013 14:00, Richard Biener a écrit :
> Of course not.  Next they'll add blver ...
Sorry
diff mbox

Patch

Index: gcc-4.8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.96
diff -u -r1.96 changes.html
--- gcc-4.8/changes.html        12 Feb 2013 16:33:58 -0000      1.96
+++ gcc-4.8/changes.html        13 Feb 2013 08:24:53 -0000
@@ -529,6 +529,10 @@ 
     information.
     </li>
     <li> Windows MinGW-w64 targets (<code>*-w64-mingw*</code>) require at least r5437 from the Mingw-w64 trunk. </li>
+    <li>Support for new AMD family 15h processors (Steamroller core) is now available
+      through <code>-march=bdver3</code> and <code>-mtune=bdver3</code> options.</li>
+    <li>Support for new AMD family 16h processors (Jaguar core) is now available
+      through <code>-march=btver2</code> and <code>-mtune=btver2</code> options.</li>
   </ul>

 <h3 id="frv">FRV</h3>