Hello
I want floating-point exceptions to raise if operation result was not-a-number or infinity. To make this happen I use 'fldcw' instruction with '0x360' argument and it works fine on FPU-unit instructions.
Would exceptions raise if compiler has generated SSE-unit instructions to perform floating point operations (instead of FPU-unit instructions)?
Kirill Prazdnikov
FPU Exceptions
For more complete information about compiler optimizations, see our Optimization Notice.

