I was reading a question about c# code optimization and one solution was to use c++ with SSE. Is it possible to do SSE directly from a c# program?
Based on this forum posting, the MS JIT compiler automatically uses SSE if SSE is available on the target machine.