Hey there,
I just wanted to play a little with keyhotee's git-master and faild due to undefined _mm_crc32_u64
Turns out this function (cityhash) is only implemented for x86_64 .. but not available for 32bit machines ...
How can I compile (and run) on a 32bit machine? Any ideas?