X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fnbnxn_kernels%2Fnbnxn_kernel_simd_utils.h;h=b5167b1fa85c0891ce1d677dab2000229447a628;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=5d081738f85d0359fa21ece0c35ce7eb69a8b11c;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_simd_utils.h b/src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_simd_utils.h index 5d081738f8..b5167b1fa8 100644 --- a/src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_simd_utils.h +++ b/src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_simd_utils.h @@ -35,10 +35,10 @@ #ifndef _nbnxn_kernel_simd_utils_h_ #define _nbnxn_kernel_simd_utils_h_ -#include "gromacs/legacyheaders/types/simple.h" - #include "config.h" +#include "gromacs/legacyheaders/types/simple.h" + /*! \brief Provides hardware-specific utility routines for the SIMD kernels. * * Defines all functions, typedefs, constants and macros that have @@ -65,7 +65,7 @@ prepare_table_load_buffer(const int gmx_unused *array) return NULL; } -#include "nbnxn_kernel_simd_utils_ref.h" +#include "gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_simd_utils_ref.h" #else /* GMX_SIMD_REFERENCE */ @@ -96,17 +96,17 @@ prepare_table_load_buffer(int gmx_unused *array) #ifdef GMX_DOUBLE #if GMX_SIMD_REAL_WIDTH == 2 -#include "nbnxn_kernel_simd_utils_x86_128d.h" +#include "gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_simd_utils_x86_128d.h" #else -#include "nbnxn_kernel_simd_utils_x86_256d.h" +#include "gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_simd_utils_x86_256d.h" #endif #else /* GMX_DOUBLE */ /* In single precision aligned FDV0 table loads are optimal */ #define TAB_FDV0 #if GMX_SIMD_REAL_WIDTH == 4 -#include "nbnxn_kernel_simd_utils_x86_128s.h" +#include "gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_simd_utils_x86_128s.h" #else -#include "nbnxn_kernel_simd_utils_x86_256s.h" +#include "gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_simd_utils_x86_256s.h" #endif #endif /* GMX_DOUBLE */ @@ -125,11 +125,11 @@ static const int nbfp_stride = GMX_SIMD_REAL_WIDTH; #endif #ifdef GMX_SIMD_IBM_QPX -#include "nbnxn_kernel_simd_utils_ibm_qpx.h" +#include "gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_simd_utils_ibm_qpx.h" #endif /* GMX_SIMD_IBM_QPX */ #ifdef __MIC__ -#include "nbnxn_kernel_simd_utils_x86_mic.h" +#include "gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_simd_utils_x86_mic.h" #endif #endif /* GMX_TARGET_X86 && !__MIC__ */