Mail Archives: pgcc/1999/07/06/19:37:52
On Tue, Jul 06, 1999 at 12:11:45PM +0200, Niteshadow wrote:
> I am walking on thin ice here.. I do not think, that specifying -O2 should
> introduce rounding errors
Rounding errors are a fundamental property of floating point operations
and are usually not introduced by the compiler. some optimization can
cause minor changes in the generated values (usually the results are more
exact), especially on the x86 which doesn't implement ieee in hardware.
If the resulting streams play correct I wouldn't care about it (you could
use -ffloat-store to get rid of them, at a high speed penalty). If they
don't then its most probably a compiler bug.
--
-----==- |
----==-- _ |
---==---(_)__ __ ____ __ Marc Lehmann +--
--==---/ / _ \/ // /\ \/ / pcg AT goof DOT com |e|
-=====/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+
The choice of a GNU generation |
|
- Raw text -