aboutsummaryrefslogtreecommitdiffstats
path: root/common/pffft.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/pffft.cpp')
-rw-r--r--common/pffft.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pffft.cpp b/common/pffft.cpp
index 5b3b25e7..d42f7baf 100644
--- a/common/pffft.cpp
+++ b/common/pffft.cpp
@@ -124,7 +124,7 @@ inline v4sf ld_ps1(const float *p) { v4sf v=vec_lde(0,p); return vec_splat(vec_p
/*
* SSE1 support macros
*/
-#elif defined(__x86_64__) || defined(__SSE__) || defined(_M_X86) || \
+#elif defined(__x86_64__) || defined(__SSE__) || defined(_M_X64) || \
(defined(_M_IX86_FP) && _M_IX86_FP >= 1)
#include <xmmintrin.h>