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: Converting floor to rint


> On Thu, Nov 07, 2002 at 10:44:01AM +0100, Jan Hubicka wrote:
> > I will check whether frndint will do the exception.  If not, I guess the
> > current glibc rint builtin is wrong and it really should be rint
> > builtin.
> 
> Why?
> It is __FAST_MATH__ only.
Hmm, I see then.
Would be safe to use same builtin for nearbyint in non-ffast-math mode?

Honza
> 
> 	Jakub


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