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?
 

Ask a Question

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.

Ask a Question

Back
Top