diff mbox

[wwwdocs] patch: 4.6 tbm and bmi

Message ID AANLkTikwUW2Lj4Wi0U7nVkUGwRpgGcLHmrWK-1QZLD6i@mail.gmail.com
State New
Headers show

Commit Message

Quentin Neill Jan. 20, 2011, 8:09 p.m. UTC
Add TBM and BMI one-liners in gcc-4.6/changes.html, okay to commit?

Comments

Gerald Pfeifer Jan. 20, 2011, 8:57 p.m. UTC | #1
On Thu, 20 Jan 2011, Quentin Neill wrote:
> Add TBM and BMI one-liners in gcc-4.6/changes.html, okay to commit?

Looks good, thanks.

Gerald
Quentin Neill Jan. 20, 2011, 9 p.m. UTC | #2
On Thu, Jan 20, 2011 at 2:57 PM, Gerald Pfeifer <gerald@pfeifer.com> wrote:
> On Thu, 20 Jan 2011, Quentin Neill wrote:
>> Add TBM and BMI one-liners in gcc-4.6/changes.html, okay to commit?
>
> Looks good, thanks.
>
> Gerald

Committed.
diff mbox

Patch

Index: htdocs/gcc-4.6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.91
diff -u -r1.91 changes.html
--- htdocs/gcc-4.6/changes.html	20 Jan 2011 01:52:43 -0000	1.91
+++ htdocs/gcc-4.6/changes.html	20 Jan 2011 18:26:17 -0000
@@ -606,6 +606,10 @@ 
       <code>__float128</code> on 32-bit x86 targets.</li>
     <li>AVX floating-point arithmetic can now be enabled by default at
       configure time with the new <code>--with-fpmath=avx</code> option.</li>
+    <li>Support for TBM (Trailing Bit Manipulation) built-in functions
+      and code generation is available via <code>-mtbm</code>.</li>
+    <li>Support for AMD's BMI (Bit Manipulation) built-in functions and
+      code generation is available via <code>-mbmi</code>.</li>

   </ul>