mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
With MSVC, AVX2 cause ICEs on x86 targets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user