With MSVC, AVX2 cause ICEs on x86 targets

This commit is contained in:
Frank Denis 2017-02-27 16:34:41 +01:00
parent 0e4a05d558
commit 4fea4d917b

View File

@ -203,7 +203,7 @@ store32_be(uint8_t dst[4], uint32_t w)
# if _MSC_VER >= 1600
# define HAVE_WMMINTRIN_H 1
# endif
# if _MSC_VER >= 1700
# if _MSC_VER >= 1700 && defined(_M_X64)
# define HAVE_AVX2INTRIN_H 1
# endif
#endif