On Mon, 3 Oct 2011, H.J. Lu wrote:
> I checked it in.
Thanks, H.J.
This needed a small markup fix which I just applied; see below.
Gerald
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.43
diff -u -r1.43 changes.html
--- changes.html 3 Oct 2011 19:38:23 -0000 1.43
+++ changes.html 4 Oct 2011 09:27:15 -0000
@@ -407,9 +407,9 @@
<li>Support for new Intel <code>rdrnd</code> instruction is available via
<code>-mrdrnd</code>.</li>
<li>Two additional AVX vector conversion instructions are available via
<code>-mf16c</code>.</li>
<li>Support for new Intel processor codename IvyBridge with RDRND,
FSGSBASE and F16C
- is available through <code>-march=core-avx-i</code>.
+ is available through <code>-march=core-avx-i</code>.</li>
<li>Support for the new Intel processor codename Haswell with AVX2, FMA,
BMI,
- BMI2, LZCNT is available through <code>-march=core-avx2</code>.
+ BMI2, LZCNT is available through <code>-march=core-avx2</code>.</li>
<li>...</li>
</ul>