This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] Add -mpc* options to 4.3 Changes?
- From: Matt Fago <fago at earthlink dot net>
- To: gcc-patches at gcc dot gnu dot org
- Cc: uros at gcc dot gnu dot org, gerald at pfeifer dot com
- Date: Fri, 27 Apr 2007 12:03:32 -0600 (GMT-06:00)
- Subject: [wwwdocs] Add -mpc* options to 4.3 Changes?
- Reply-to: Matt Fago <fago at earthlink dot net>
As a user I think it would be helpful to add the new -mpc* set of options to the 4.3 Changes web page. I didn't realize these were available until someone mentioned them on gcc@gcc.gnu.org recently.
Perhaps something along the lines of the below (or whatever Uros etc thinks)?
Thanks,
Matt
*** gcc-4.3-changes.html 2007-04-27 11:42:05.000000000 -0600
--- gcc-4.3-changes-wc.html 2007-04-27 11:49:11.000000000 -0600
*************** GCC 4.3 Release Series<br>Changes, New F
*** 328,333 ****
--- 328,334 ----
afterward.</li>
<li>Support for SSSE3 built-in functions and code generation are
available via <code>-mssse3</code>.</li>
+ <li>A new set of options <code>-mpc32</code>, <code>-mpc64</code>
+ and <code>-mpc80</code> have been added to allow explicit control
+ of floating point precision.
</ul>
<h3>ARM</h3>