
24 Mar
2011
24 Mar
'11
12:11 p.m.
On 24/03/2011 13:07, Mathias Gaunard wrote:
On MSVC, SSE built-ins are always available but may result in a runtime error. There are only the /arch:SSE and /arch:AVX option used to tell the compiler that it can generate SSE or AVX instructions automatically, there are no /arch:SSEx options.
Errata: there is a /arch:SSE and a /arch:SSE2, but no /arch:SSE3, /arch:SSSE3, /arch:SSE4a, /arch:SSE4.1, /arch:SSE4.2