Turning off denormals (subnormals) in GCC

2008-08-07 Thread MeMooMeM
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? Thanks a lot in advance! -Memo -- View this message in context: http://www.nabble.com/Tu

Re: Turning off denormals (subnormals) in GCC

2008-08-07 Thread MeMooMeM
H.J. Lu-30 wrote: > > 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