[PD] [Fwd: Re: [linux-audio-dev] P4 kernel patch/option against denormals]

Tim Blechmann TimBlechmann at gmx.net
Mon Sep 20 16:42:33 CEST 2004


> main()
> {
> // enable flush to zero
>  _mm_setcsr(_MM_FLUSH_ZERO_ON | _MM_MASK_UNDERFLOW | _mm_getcsr());
> 
> // enable denormals are zero
>  _mm_setcsr(_MM_DENORM_ZERO_ON | _mm_getcsr());
> }

hm ... i wasn't aware that gnu defines these macros, since i only read
about them in the icc manual ... 

t

-- 
mailto:TimBlechmann at gmx.de    ICQ: 96771783
http://www.mokabar.tk

After one look at this planet any visitor from outer space 
would say "I want to see the manager."
				      William S. Burroughs




More information about the Pd-list mailing list