Move nbnxn files to nbnxm directory
[alexxy/gromacs.git] / src / gromacs / nbnxm / kernels_simd_2xmm / kernel_prune.cpp
similarity index 96%
rename from src/gromacs/mdlib/nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn_prune.cpp
rename to src/gromacs/nbnxm/kernels_simd_2xmm/kernel_prune.cpp
index daca1cd809ab885556aa38b58187dcb6814047b6..f8816a4fa4d71e76dbee39d7c97cdb9d3a7bc0d1 100644 (file)
 
 #include "gmxpre.h"
 
-#include "nbnxn_kernel_simd_2xnn_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_2XNN
 #define GMX_SIMD_J_UNROLL_SIZE 2
-#include "gromacs/mdlib/nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn_common.h"
+#include "gromacs/nbnxm/kernels_simd_2xmm/kernel_common.h"
 #endif
 
 /* Prune a single nbnxn_pairtlist_t entry with distance rlistInner */