开发者

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

开发者 https://www.devze.com 2022-12-29 01:59 出处:网络
I tried to follow: Project > Properties > Configuration Properties > C/C++ > Code Generation > Enable Enhanced Instruction Set

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.

开发者_StackOverflow社区Thanks.


If you're serious about using SSE then ditch the Microsoft compiler and use a decent compiler. Intel's ICC is probably the best bet. It has full support for SSE3, SSSE3, SSE4.1, SSE4.2 and generates much better code.


Let me google that for you

First two links seem to answer your question. SSE3 and SSE4 are not going to be added. if you want to use then you can use intrinsic functions.

0

精彩评论

暂无评论...
验证码 换一张
取 消