I am using Visual Studio express 2013 to compile a project containing SSE4 (and SSE3) optimizations. When I try to set the Enhanced Instruction Set property in [project properties->C/C++->code generation] I find only SSE, SSE2, AVX and IA32.
I also tried to set /arch:SSE4 in the cmakeLists files but it was not taken in consideration.
Is there a solution to add SSE4 to the list of supported optimizations? Or is it the fact that visual studio Express does not include those features and I have to get the full version of the product?
Thank you in advance