Kaveh R. GHAZI - [PATCH INSTALLED]: minor update to gcc-4.3 changes (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
- From: "Kaveh R. GHAZI"
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 1 Feb 2007 17:37:12 -0500 (EST)
- Subject: [PATCH INSTALLED]: minor update to gcc-4.3 changes
I installed a minor update to gcc-4.3 changes to reflect the switch to MPFR for cabs and sqrt.
--Kaveh
Index: changes.html
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.24
diff -u -p -r1.24 changes.html
--- changes.html 20 Jan 2007 14:29:20 -0000 1.24
+++ changes.html 31 Jan 2007 15:13:39 -0000
@@ -50,9 +50,10 @@
sinh
, tan
, tanh
and
tgamma
. The float
and long
double
variants of these functions (e.g. sinf
- and
sinl
) are also handled. (Thesqrt
- and related functions were already optimized in prior GCC
- releases.)
and
sinl
) are also handled. Thesqrt
and
cabs
functions with constant arguments werealready optimized in prior GCC releases. Now they also use <a
href="http://www.mpfr.org/";>MPFR.
- A new forward propagation pass on RTL was added. The new pass replaces several slower transformations, resulting in compile-time
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |