X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fsimd%2Fimpl_x86_avx_256%2Fimpl_x86_avx_256.h;h=999b417d6899ce2fdf1da590f279546262a1b193;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=e688d14c94d7beb4678777131968fea812f595de;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/simd/impl_x86_avx_256/impl_x86_avx_256.h b/src/gromacs/simd/impl_x86_avx_256/impl_x86_avx_256.h index e688d14c94..999b417d68 100644 --- a/src/gromacs/simd/impl_x86_avx_256/impl_x86_avx_256.h +++ b/src/gromacs/simd/impl_x86_avx_256/impl_x86_avx_256.h @@ -36,10 +36,11 @@ #ifndef GMX_SIMD_IMPL_X86_AVX_256_H #define GMX_SIMD_IMPL_X86_AVX_256_H +#include "config.h" + #include -#include -#include "config.h" +#include /* It is cleaner to start the AVX implementation from scratch rather than * first inheriting from SSE4.1, which in turn inherits from SSE2. However,