public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH INSTALLED]: update gcc-4.3 changes for recent MPFR additions
@ 2007-05-19  6:00 Kaveh R. GHAZI
  0 siblings, 0 replies; only message in thread
From: Kaveh R. GHAZI @ 2007-05-19  6:00 UTC (permalink / raw)
  To: gcc-patches

This patch updates the gcc-4.3/changes.html to reflect the recent
additional builtins handled by MPFR.  (I.e. j0, j1, jn, y0, y1, yn, drem,
remainder, remquo, lgamma_r and gamma_r.)  I also resorted the list of
builtins and reformatted the paragraph.

Installed as obvious.

		--Kaveh

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.49
retrieving revision 1.51
diff -u -p -r1.49 -r1.51
--- changes.html	21 Apr 2007 16:14:43 -0000	1.49
+++ changes.html	19 May 2007 05:44:47 -0000	1.51
@@ -54,22 +54,25 @@
     native or cross-compile configurations to a particular target.
     The following built-in functions take advantage of this new
     capability: <code>acos</code>, <code>acosh</code>,
-    <code>asin</code>, <code>asinh</code>, <code>atan</code>,
-    <code>atan2</code>, <code>atanh</code>, <code>cbrt</code>,
-    <code>cos</code>, <code>cosh</code>, <code>erf</code>,
-    <code>erfc</code>, <code>exp</code>, <code>exp10</code>,
-    <code>exp2</code>, <code>expm1</code>, <code>fdim</code>,
-    <code>fma</code>, <code>fmax</code>, <code>fmin</code>,
-    <code>hypot</code>, <code>log</code>, <code>log10</code>,
-    <code>log1p</code>, <code>log2</code>, <code>pow</code>,
-    <code>pow10</code>, <code>sin</code>, <code>sincos</code>,
-    <code>sinh</code>, <code>tan</code>, <code>tanh</code> and
-    <code>tgamma</code>.  The <code>float</code> and <code>long
-    double</code> variants of these functions (e.g. <code>sinf</code>
-    and <code>sinl</code>) are also handled.  The <code>sqrt</code>
-    and <code>cabs</code> functions with constant arguments were
-    already optimized in prior GCC releases.  Now they also use <a
-    href="http://www.mpfr.org/">MPFR</a>. </li>
+    <code>asin</code>, <code>asinh</code>, <code>atan2</code>,
+    <code>atan</code>, <code>atanh</code>, <code>cbrt</code>,
+    <code>cos</code>, <code>cosh</code>, <code>drem</code>,
+    <code>erf</code>, <code>erfc</code>, <code>exp10</code>,
+    <code>exp2</code>, <code>exp</code>, <code>expm1</code>,
+    <code>fdim</code>, <code>fma</code>, <code>fmax</code>,
+    <code>fmin</code>, <code>gamma_r</code>, <code>hypot</code>,
+    <code>j0</code>, <code>j1</code>, <code>jn</code>,
+    <code>lgamma_r</code>, <code>log10</code>, <code>log1p</code>,
+    <code>log2</code>, <code>log</code>, <code>pow10</code>,
+    <code>pow</code>, <code>remainder</code>, <code>remquo</code>,
+    <code>sin</code>, <code>sincos</code>, <code>sinh</code>,
+    <code>tan</code>, <code>tanh</code>, <code>tgamma</code>,
+    <code>y0</code>, <code>y1</code> and <code>yn</code>.  The
+    <code>float</code> and <code>long double</code> variants of these
+    functions (e.g. <code>sinf</code> and <code>sinl</code>) are also
+    handled.  The <code>sqrt</code> and <code>cabs</code> functions
+    with constant arguments were already optimized in prior GCC
+    releases.  Now they also use <a href="http://www.mpfr.org/">MPFR</a>. </li>

     <li>A new <em>forward propagation</em> pass on RTL was added.  The new pass
       replaces several slower transformations, resulting in compile-time

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-05-19  6:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-19  6:00 [PATCH INSTALLED]: update gcc-4.3 changes for recent MPFR additions Kaveh R. GHAZI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).