I have code that is very computationally intensive and very SSE-capable.
The vs2010 compiler only supports up to SSE2 (from what I remember) So my obvious choice is to switch to a compiler that supports SSE4.
I don't want to write any extra parallelizing code, (I just want to enable sse4 optimization)
Does anyone know how to set up Visual Studio 2010 so that it uses an Intel compiler? (ICC 10 or higher i guess?)