summaryrefslogtreecommitdiff
path: root/City.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'City.cpp')
-rw-r--r--City.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/City.cpp b/City.cpp
index 4d70dd2..d7c33bc 100644
--- a/City.cpp
+++ b/City.cpp
@@ -351,7 +351,7 @@ uint128 CityHash128(const char *s, size_t len) {
}
}
-#ifdef __SSE4_2__
+#if defined(__SSE4_2__) && defined(__x86_64__)
#include <nmmintrin.h>
// Requires len >= 240.