diff --git a/src/crypto/city.cpp b/src/crypto/city.cpp index 67e77eb..0100c6a 100644 --- a/src/crypto/city.cpp +++ b/src/crypto/city.cpp @@ -33,7 +33,7 @@ #include #include // for memcpy and memset #include -#ifdef __SSE4_2__ +#if defined(__SSE4_2__) && defined(__x86_64__) #include #else uint64_t _mm_crc32_u64(uint64_t a, uint64_t b );