------- Comment #4 from kargl at gcc dot gnu dot org  2006-04-07 00:07 -------
(In reply to comment #2)
>
> kargl at gcc dot gnu dot org wrote:
>
>> Don't use --fast-math.
> 
> Is there a valid reason for it or is the implementation of the 
> -ffast-math still uncertain ?
>

Does your code work correctly if you omit -ffast-math?
Have you audited your code to ensure all floating points operations
meet the expectations of -ffast-math?

I note that your computing an FFT and doing some complex arithmetic
with numbers from the fft. I won't use -ffast-math in this situation.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27069

Reply via email to