[xiph-cvs] cvs commit: vorbis/lib/modes residue_44.h

Segher Boessenkool segher at chello.nl
Sun Dec 23 03:47:38 PST 2001



> +#  include <fpu_control.h>
> +    unsigned int mask;
> +    _FPU_GETCW(mask);
> +    /* Set the Linux mask to abort on most FPE's */
> +    /* if bit is set, we _mask_ SIGFPE on that error! */
> +    /*  mask &= ~( _FPU_MASK_IM | _FPU_MASK_ZM | _FPU_MASK_OM | _FPU_MASK_UM
> ++);*/
> +    mask &= ~( _FPU_MASK_IM | _FPU_MASK_ZM | _FPU_MASK_OM );
> +    _FPU_SETCW(mask);
> +
> +

"Oops"?

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list