How To add SSE3 Support for .NET

  • Thread starter Thread starter enjoyamalp
  • Start date Start date
E

enjoyamalp

Hi,
I have optimized my code in .NET 2003 using SSE3 instructions. But
it cannot be compiled because .NET 2003 does not support SSE3 by
default. What is the way to add support for SSE3 in .NET 2003.

Best Regards,
Amal P.
 
Hi,
I have optimized my code in .NET 2003 using SSE3 instructions. But
it cannot be compiled because .NET 2003 does not support SSE3 by
default. What is the way to add support for SSE3 in .NET 2003.

Are you talking about Visual C++ or the JIT?
 
Back
Top