From patchwork Wed Sep 22 23:59:47 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs] gcc-4.6/changes.html and __float128 improvements Date: Wed, 22 Sep 2010 13:59:47 -0000 From: Gerald Pfeifer X-Patchwork-Id: 65478 Message-Id: To: gcc-patches@gcc.gnu.org, Uros Bizjak This tries to document some of the other nice work Uros has done lately. I am not completely sure on contents, please let me know what to add or change in case. Thanks, Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.43 diff -u -3 -p -r1.43 changes.html --- changes.html 22 Sep 2010 23:48:43 -0000 1.43 +++ changes.html 22 Sep 2010 23:58:27 -0000 @@ -254,6 +254,8 @@ -fomit-frame-pointer. The default can be reverted to -fno-omit-frame-pointer by configuring GCC with the --enable-frame-pointer configure option. +
  • Darwin, FreeBSD, MinGW and Cygwin now all support + __float128 on 32-bit x86 targets.
  • MIPS