Correct logic for compiling SSE4.1 code

This commit is contained in:
Frank Denis 2015-11-01 16:58:31 +01:00
parent f801afd3d4
commit af532e5dd1

View File

@ -5,7 +5,7 @@
#include <stdint.h>
#include <string.h>
#if (defined(HAVE_EMMINTRIN_H) && defined(HAVE_TMMINTRIN_H) && defined(HAVE_SMMINTRIN_H)) && \
#if (defined(HAVE_EMMINTRIN_H) && defined(HAVE_TMMINTRIN_H) && defined(HAVE_SMMINTRIN_H)) || \
(defined(_MSC_VER) && (defined(_M_X64) || defined(_M_AMD64)))
#pragma GCC target("sse2")