This is the mail archive of the gcc-patches@gcc.gnu.org mailing 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]

Re: [RFC]: patch to calculate Nth roots at compile-time for pow(x,1/n)


Joseph S. Myers wrote:

> Effectively such
reimplementation would lead (after tree-ssa is merged to mainline) to
*three* separate implementations of every function being available in GCC
rather than one: that in GMP (used by gfortran), that in gfortran (as it
currently has its own implementations - not guaranteeing correct rounding
- of various functions using core GMP functions rather than using the MPFR
functions included with GMP)

Could you point us to such misusage ? I wasn't aware of them and perhaps other gfortran maintainers also missed this ...


Thanks in advance,

--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://gcc-g95.sourceforge.net/ (under construction)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]