Link Copied
Yes, it is supported.
But it is done through the "C/C++ -> Command line -> Additional options", adding "/QaxSSE3,SSE4.....". You can set the "/arch:SSE3" or /QxSSE3 through "Code Generation" page. The default is "/arch:SSE2" with 11.1.
Check the code size though to be sure it's in the range you want.
Jennifer
For more complete information about compiler optimizations, see our Optimization Notice.