This is the mail archive of the gcc@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: Large slowdown with gfortran vs f77 (x7)


Hi Jeremy,

-- it's unarguably a glibc issue: if exp() is fast and expf() is slow, why doesn't glibc implement expf() by calling exp()? (yes, there can be other issues like rounding or so, but they can also be dealt with separately)
-- a similar bug was already reported a year and a half ago, and no activity was recorded on that front (http://sources.redhat.com/bugzilla/show_bug.cgi?id=5997 ); overall, the math lib from glibc can be buggy and slow (and its development is not exactly proceeding at a steady pace) but political reasons prevent GCC to include its own math lib
-- there is a GNU Fortran mailing-list where Fortran-related issues are welcome


Regards,
FX


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