On Thu, Aug 7, 2008 at 10:41 AM, MeMooMeM <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to avoid denormal handling latencies. On Intel, this is turned > ON by default and Intel compiler has the -ftz- option to turn it off. I am > looking for a similar option of GCC. Any ideas? >
-ffast-math? -- H.J.