Redesigned SIMD module and unit tests.
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_kernels / simd_2xnn / nbnxn_kernel_simd_2xnn.c
index d8ec1d2edc4c3a863b8a9667ac4ea5c9cc8485eb..45f09bc4621d64d900ba6c9fc66effead4372743 100644 (file)
 
 #include "typedefs.h"
 
+#include "gromacs/mdlib/nbnxn_simd.h"
+
 #ifdef GMX_NBNXN_SIMD_2XNN
 
 /* Include the full-width SIMD macros */
-
-#include "gromacs/simd/macros.h"
 #include "gromacs/simd/vector_operations.h"
 
 #if !(GMX_SIMD_REAL_WIDTH == 8 || GMX_SIMD_REAL_WIDTH == 16)