]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - Vc/include/Vc/common/windows_fix_intrin.h
update to Vc 0.7.3-dev
[u/mrichter/AliRoot.git] / Vc / include / Vc / common / windows_fix_intrin.h
index fae23bf85d2a954f8bf76c681e2c61cd7f672590..c64d6247c7ec67b294db285115a20fca5acdab3c 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef VC_COMMON_WINDOWS_FIX_INTRIN_H
 #define VC_COMMON_WINDOWS_FIX_INTRIN_H
 
-#if defined(_MSC_VER) && !defined(__midl)
+#if defined(VC_MSVC) && !defined(__midl)
 // MSVC sucks. If you include intrin.h you get all SSE and AVX intrinsics
 // declared. This is a problem because we need to implement the intrinsics
 // that are not supported in hardware ourselves.