This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
strange behaviour of -mno-ieee-fp at 971207 snapshot
- To: egcs at cygnus dot com
- Subject: strange behaviour of -mno-ieee-fp at 971207 snapshot
- From: Jan Hubicka <hubicka at atrey dot karlin dot mff dot cuni dot cz>
- Date: Fri, 12 Dec 1997 09:55:02 +0100
- Reply-To: egcs at cygnus dot com
Hi
I am not sure whether this is significant at all, since there is so
much changes in this snapshot so we can't expect it will work :)
But when I compile XaoS with -ffast-math -O3 -funroll-loops -fomit-frame-pointer
-mno-ieee-fp at 2.7.2 it works at about same speed, at egcs-1.0 it is faster
and shorter, but produce incorrect results (it should be OK, since XaoS
sometimes rely at ieee standards) but at latest snapshots it is longer
and much slower, but produce correct results again...
isn't that strange? :)
Honza