How do I enable the SSE3/SSE4.1 instruction set in Visual Studio 2008?

Posted by Igor on Stack Overflow See other posts from Stack Overflow or by Igor
Published on 2010-05-05T20:06:11Z Indexed on 2010/05/05 20:08 UTC
Read the original article Hit count: 676

Filed under:
|

I tried to follow:

Project > Properties > Configuration Properties > C/C++ > Code Generation > Enable Enhanced Instruction Set

But the only options I got were - SSE or SSE2.

Thanks.

© Stack Overflow or respective owner

Related posts about sse3

Related posts about visual-studio-2008