Fix for issue #216 Build fails on Linux 32 bit - __mm_crc32_u64
This commit is contained in:
parent
fb2fddf25c
commit
823c709f41
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#include <algorithm>
|
||||
#include <string.h> // for memcpy and memset
|
||||
#include <fc/crypto/city.hpp>
|
||||
#ifdef __SSE4_2__
|
||||
#if defined(__SSE4_2__) && defined(__x86_64__)
|
||||
#include <nmmintrin.h>
|
||||
#else
|
||||
uint64_t _mm_crc32_u64(uint64_t a, uint64_t b );
|
||||
|
|
|
|||
Loading…
Reference in a new issue