Tagged Questions
9
votes
5answers
1k views
Benefits of x87 over SSE
I know that x87 has higher internal precision, which is probably the biggest difference that people see between it and SSE operations. But I have to wonder, is there any other benefit to using x87? ...
0
votes
2answers
225 views
Scope of MXCSR control register?
I'm wondering what is the lifetime of the value stored in the MXCSR control register (including FTZ and DAZ config for denormal floating-point numbers): is it in the scope of the thread, or is it ...