Created SIMD module
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_kernels / simd_2xnn / nbnxn_kernel_simd_2xnn.c
index 795963c2a4d3f0bc064e4202b357972ad6fa2af5..0f5190a50bc34fa76071a2422889d9d3d78270c5 100644 (file)
@@ -46,9 +46,9 @@
 #ifdef GMX_NBNXN_SIMD_2XNN
 
 /* Include the full-width SIMD macros */
+#include "gromacs/simd/macros.h"
+#include "gromacs/simd/vector_operations.h"
 
-#include "gmx_simd_macros.h"
-#include "gmx_simd_vec.h"
 #if !(GMX_SIMD_WIDTH_HERE == 8 || GMX_SIMD_WIDTH_HERE == 16)
 #error "unsupported SIMD width"
 #endif