Reenable lincs/bonded SIMD for ICC on Windows
[alexxy/gromacs.git] / src / gromacs / pbcutil / pbc-simd.h
index 6e1348a554b2ca898623b6bc297155adf0f96e28..fc7b29a968e9f8b9844f66854f703541356b00b2 100644 (file)
@@ -108,7 +108,7 @@ pbc_correct_dx_simd(gmx_simd_real_t  *dx,
 {
     gmx_simd_real_t shz, shy, shx;
 
-#if defined _MSC_VER && _MSC_VER < 1700
+#if defined _MSC_VER && _MSC_VER < 1700 && !defined(__ICL)
     /* The caller side should make sure we never end up here.
      * TODO Black-list _MSC_VER < 1700 when it's old enough, so we can rid
      * of this code complication.