Mail Archives: pgcc/1999/03/24/09:40:07
>> 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 -