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=f6d5402aaaf26a282fc6aac5e588689ab9423ae1;hb=e8b8107c93c32c1ec4c6b6921ed2f8d46f5b2dc7;hp=cff1a7e2cbd00bb782aadfba2b862214706a98d1;hpb=b7b0dd55e72ea9e54cc40e5c708524a5e92971af;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 cff1a7e2cb..f6d5402aaa 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 @@ -39,6 +39,8 @@ #include #include +#include "config.h" + /* It is cleaner to start the AVX implementation from scratch rather than * first inheriting from SSE4.1, which in turn inherits from SSE2. However, * the capabilities still form a superset.