Tagged Questions
2
votes
2answers
727 views
How can I set and restore FPU CTRL registers?
I can reset FPU's CTRL registers with this:
http://support.microsoft.com/kb/326219
But how can I save current registers, and restore them later?
It's from .net code..
What I'm doing, is from ...