Add 32-bit ARM Neon SIMD support
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_search.c
index 0b7579fd3a875224fbc648a6684f1647b86e9f6f..5e2882122d6af224fafecbd29173a88851fd13e3 100644 (file)
@@ -33,6 +33,8 @@
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
+#include "gmxpre.h"
+
 #include "config.h"
 
 #include <math.h>
@@ -46,7 +48,7 @@
 #include "nbnxn_consts.h"
 /* nbnxn_internal.h included gromacs/simd/macros.h */
 #include "nbnxn_internal.h"
-#ifdef GMX_NBNXN_SIMD
+#ifdef GMX_SIMD
 #include "gromacs/simd/vector_operations.h"
 #endif
 #include "nbnxn_atomdata.h"