Move nbnxn files to nbnxm directory
[alexxy/gromacs.git] / src / gromacs / nbnxm / kernels_simd_4xm / kernel_prune.cpp
similarity index 97%
rename from src/gromacs/mdlib/nbnxn_kernels/simd_4xn/nbnxn_kernel_simd_4xn_prune.cpp
rename to src/gromacs/nbnxm/kernels_simd_4xm/kernel_prune.cpp
index e7f829c47b09ad69326219143bdf4482595e7738..f56305659766c5cfa5d27f087a60f84bb2cca3c2 100644 (file)
 
 #include "gmxpre.h"
 
-#include "nbnxn_kernel_simd_4xn_prune.h"
+#include "kernel_prune.h"
 
-#include "gromacs/mdlib/nbnxn_pairlist.h"
-#include "gromacs/mdlib/nbnxn_simd.h"
+#include "gromacs/nbnxm/nbnxm_simd.h"
+#include "gromacs/nbnxm/pairlist.h"
 #include "gromacs/utility/gmxassert.h"
 
 #ifdef GMX_NBNXN_SIMD_4XN
 #define GMX_SIMD_J_UNROLL_SIZE 1
-#include "gromacs/mdlib/nbnxn_kernels/simd_4xn/nbnxn_kernel_simd_4xn_common.h"
+#include "gromacs/nbnxm/kernels_simd_4xm/kernel_common.h"
 #endif
 
 /* Prune a single nbnxn_pairtlist_t entry with distance rlistInner */