emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (elisp)Numbers


From: Eli Zaretskii
Subject: Re: (elisp)Numbers
Date: Fri, 24 Oct 2003 15:50:41 +0200

> From: Andreas Schwab <address@hidden>
> Date: Fri, 24 Oct 2003 10:43:06 +0200
> >
> > also, i compile with -O0.  should that really open-code sqrt?
> 
> Please check that sqrt is not a macro.

Yes, it seems that sqrt is expanded into inline code that always
issues the FSQRT instruction, and doesn't set errno.  However, the
glibc manual seems to say that this should only happen under
"-ffast-math", and at least with GCC 2.95.4 on fencepost I cannot
reproduce this problem, it generates a call to the library function
under "-O0".




reply via email to

[Prev in Thread] Current Thread [Next in Thread]