"Geoffrey Lee" <[EMAIL PROTECTED]> writes:
> > the problem is that, since bero, we use it...
> > anyway, if an application call sqrt without checking or make sure
> > its argument won't
> > be positive is just bogus.
> 
> 
> does it matter ? it is not smart to use it ...
> better fix it late than never, righT?
> 
> it is unwise to violate some ANSI specs to get that little bit of
> optimizations that probably won't show up on non-maths intensive
> applications.
> 
> if you _really_ awnt optimizations, turn on -O3,
> and -fexpensive-optimizations (-O3 turns on inline functions)
> so you should get some performance gain there.

-O3 is -O2 + -finline-*, not a big gain ...

Reply via email to