===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.125
@@ -813,7 +813,7 @@
to <code>-fno-omit-frame-pointer</code> by configuring GCC with
the <code>--enable-frame-pointer</code> configure option.</li>
<li>Darwin, FreeBSD, Solaris 2, MinGW and Cygwin now all support
- <code>__float128</code> on 32-bit x86 targets.</li>
+ <code>__float128</code> on 32-bit and 64-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>The SSA loop prefetching pass is enabled when
@@ -1048,6 +1048,8 @@
current definition of <code>macro-name</code> is saved and can be
restored with <code>#pragma pop_macro("macro-name")</code>
to its saved definition.</li>
+ <li>Enable 128-bit long double (<code>__float128</code>) support on
+ MinGW and Cygwin.</li>
</ul>
<h2>Documentation improvements</h2>