(patch) newlib rint fix

Mumit Khan khan@xraylith.wisc.edu
Sun May 2 16:36:00 GMT 1999


On Sun, 2 May 1999, Chris Faylor wrote:

> >The fdlibm assume correct rounding according to the type throughout
> >the entire set of functions.  I'd suggest to compile all fdlibm
> >functions with --float-store which should have the same effect.  This
> >avoids fixing one function after the other.
> 
> I'll ping the newlib maintainer again and see what he thinks about this
> issue.

This is a terrible idea, since the performance goes down the drain. Please
reconsider the use of -ffloat-store. I believe that this particular problem 
has more to do with code that was written without aggressive optimization 
in mind than rounding modes in x86 FPU. Jacob Navia had suggested an 
alternative using assembly code that does do the right thing.

There was a long discussion in egcs (or was it egcs-bugs) regarding this,
and as usual, no consensus was reached other than the fact that float-
store is a performance killer.

Regards,
Mumit



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list