This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Large slowdown with gfortran vs f77 (x7)
- From: FX <fxcoudert at gmail dot com>
- To: gcc at gcc dot gnu dot org, Fortran List <fortran at gcc dot gnu dot org>
- Cc: jss at ast dot cam dot ac dot uk
- Date: Fri, 4 Sep 2009 17:04:12 +0200
- Subject: 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