Gaaaaaaaaaaaaaarrrrrrrrrrgggghhhh

Posted on Tue 12 September 2006 by alex in geek

It took me far too long to figure this out:
-  u32int pfMxcsr = shadowMcxsr & MXCSR_MASK_BITS;  +  // reset any exception bits so we can work out whats new  +  u32int pfMxcsr = shadowMcxsr & ~MXCSR_EXCEPTION_BITS;