This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Constant math functions in Fortran.
On Sat, Jul 15, 2000 at 08:05:12PM +0200, Toon Moene wrote:
> Fortunately, calls to a lot of (g)libc routines are encoded directly by
> the FFE - these take their arguments by value, so can be regarded as to
> be really, really "const".
Careful -- most of these functions are not marked const in glibc
because of the possibility of changing rounding modes in between.
But that may not be an issue for you...
r~