C# is built on top of a VM, and doesn't let you get to a processor. You
could try using P/Invoke to run a C++ DLL that does what you need, or
spawn a process.
The compiler is probably built so that it takes advantage of SSE and
SSE2, if they exist in the processor.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.