diff mbox

[wwwdocs] gcc 4.8 changes - AMD new cores

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

Commit Message

Gopalasubramanian, Ganesh Feb. 14, 2013, 4:45 a.m. UTC
Is it OK for wwdocs?


-----Original Message-----
From: Mikael Morin [mailto:mikael.morin@sfr.fr] 
Sent: Wednesday, February 13, 2013 6:38 PM
To: Richard Biener
Cc: Gopalasubramanian, Ganesh; gcc-patches@gcc.gnu.org; ubizjak at gmail dot com (gcc-bugzilla@gcc.gnu.org); gerald@pfeifer.com
Subject: Re: [patch][wwwdocs] gcc 4.8 changes - AMD new cores

Le 13/02/2013 14:00, Richard Biener a écrit :
> Of course not.  Next they'll add blver ...
Sorry

Comments

Gopalasubramanian, Ganesh Feb. 14, 2013, 11:11 a.m. UTC | #1
Thank you Gerald!

Committed with the changes. 

Regards
Ganesh

-----Original Message-----
From: Gerald Pfeifer [mailto:gerald@pfeifer.com] 
Sent: Thursday, February 14, 2013 2:40 PM
To: Gopalasubramanian, Ganesh
Cc: gcc-patchesUros Bizjak
Subject: RE: [patch][wwwdocs] gcc 4.8 changes - AMD new cores

On Thu, 14 Feb 2013, Gopalasubramanian, Ganesh wrote:
> Is it OK for wwdocs?

Looks good to me if you say "...through the... options" (adding "the" in two cases) and breaking the lines to not exceed 76 columns.

Thanks,
Gerald
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>