A few fixes for 32-bit compiles
[fio.git] / crc / crc32c-intel.c
index 77d6df411973510298342d79e190db4b3a447ffa..969a037f942d24e9509b11217fd3123e01658aea 100644 (file)
@@ -18,7 +18,7 @@
  * Volume 2A: Instruction Set Reference, A-M
  */
 
-#ifdef ARCH_HAVE_SSE
+#ifdef ARCH_HAVE_SSE4_2
 
 #if BITS_PER_LONG == 64
 #define REX_PRE "0x48, "