Set GMX_SIMD to MIC for Xeon Phi
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_simd.h
index 8ac29639b148faa80e900243ef68ccc509b705c4..eae76faa151b221efdb4c8bbd70fb6670c1d997f 100644 (file)
@@ -61,7 +61,7 @@
 
 /* MIC for double is implemented in the SIMD module but so far missing in
    mdlib/nbnxn_kernels/nbnxn_kernel_simd_utils_x86_mic.h */
-#if defined __MIC__ && !defined GMX_DOUBLE
+#if defined GMX_SIMD_X86_MIC && !defined GMX_DOUBLE
 #define GMX_NBNXN_SIMD
 #endif