X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fsimd%2Fsimd.h;h=988ae650443687edb7081b09c90a14cbaa6e6bb3;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=a979fd3e45ad930a0f14bcc11af13eae5dccd09b;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/simd/simd.h b/src/gromacs/simd/simd.h index a979fd3e45..988ae65044 100644 --- a/src/gromacs/simd/simd.h +++ b/src/gromacs/simd/simd.h @@ -112,32 +112,32 @@ static gmx_inline double * gmx_simd4_align_d(double *p); * file with different SIMD definitions for different files. */ #if defined __MIC__ -# include "gromacs/simd/impl_intel_mic/impl_intel_mic.h" +# include "impl_intel_mic/impl_intel_mic.h" #elif defined GMX_SIMD_X86_AVX2_256 -# include "gromacs/simd/impl_x86_avx2_256/impl_x86_avx2_256.h" +# include "impl_x86_avx2_256/impl_x86_avx2_256.h" #elif defined GMX_SIMD_X86_AVX_256 -# include "gromacs/simd/impl_x86_avx_256/impl_x86_avx_256.h" +# include "impl_x86_avx_256/impl_x86_avx_256.h" #elif defined GMX_SIMD_X86_AVX_128_FMA -# include "gromacs/simd/impl_x86_avx_128_fma/impl_x86_avx_128_fma.h" +# include "impl_x86_avx_128_fma/impl_x86_avx_128_fma.h" #elif defined GMX_SIMD_X86_SSE4_1 -# include "gromacs/simd/impl_x86_sse4_1/impl_x86_sse4_1.h" +# include "impl_x86_sse4_1/impl_x86_sse4_1.h" #elif defined GMX_SIMD_X86_SSE2 -# include "gromacs/simd/impl_x86_sse2/impl_x86_sse2.h" +# include "impl_x86_sse2/impl_x86_sse2.h" #elif defined GMX_SIMD_ARM_NEON -# include "gromacs/simd/impl_arm_neon/impl_arm_neon.h" +# include "impl_arm_neon/impl_arm_neon.h" #elif defined GMX_SIMD_ARM_NEON_ASIMD -# include "gromacs/simd/impl_arm_neon_asimd/impl_arm_neon_asimd.h" +# include "impl_arm_neon_asimd/impl_arm_neon_asimd.h" #elif defined GMX_SIMD_IBM_QPX -# include "gromacs/simd/impl_ibm_qpx/impl_ibm_qpx.h" +# include "impl_ibm_qpx/impl_ibm_qpx.h" #elif defined GMX_SIMD_SPARC64_HPC_ACE -# include "gromacs/simd/impl_sparc64_hpc_ace/impl_sparc64_hpc_ace.h" +# include "impl_sparc64_hpc_ace/impl_sparc64_hpc_ace.h" #elif (defined GMX_SIMD_REFERENCE) || (defined DOXYGEN) /* Plain C SIMD reference implementation, also serves as documentation. * For now this code path will also be taken for Sparc64_HPC_ACE since we have * not yet added the verlet kernel extensions there. The group kernels do not * depend on this file, so they will still be accelerated with SIMD. */ -# include "gromacs/simd/impl_reference/impl_reference.h" +# include "impl_reference/impl_reference.h" #else /* Turn off the GMX_SIMD flag if we do not even have reference support */ # undef GMX_SIMD