Mail Archives: pgcc/1999/03/24/14:21:40
Several weeks ago when I asked this question, a subscriber suggested adding
-mieee_fp (or was it -mieee-fp?) to CFLAGS. This corrected the problem
without removing
-ffast-math.
----------
From:
strasbur AT chkw386 DOT ch DOT pwr DOT wroc DOT pl[SMTP:strasbur AT chkw386 DOT ch DOT pwr DOT wroc DOT pl]
Sent: Wednesday, March 24, 1999 6:58 AM
To: pgcc AT delorie DOT com
Subject: Re: bug in pgcc ?
>> I tried to compile the Mesa 3.0 library with pgcc (gcc version
>Removing the over-agressive -ffast-math should fix that problem.
Removing -ffast-math is not a good idea for many programs. It is crucial
for the performance. The hard way is finding the miscompiled piece of code
and compiling it manually without fast-math (of with other compiler).
Hmm... uhmmm... If I could ask... Is there any chance for fixing the
over-agressiveness of fast-math in pgcc 1.1.x?
Krzysztof
- Raw text -