SSE “denormals are zeros” option
问题 I just experimented with the SSE option "denormals are zeros" through setting this option with _mm_setcsr( _mm_getcsr() | 0x40 ) . I found an in interesting thing: this doesn't prevent SSE from generating denormals when both operands are non-denormal! It just makes SSE consider denormal operands as if they were zeros. As I explained I know what this option does. But what is this option good for? Addendum I just read the Intel article linked by user nucleon. And I was curious about the