Add cross-stripe intel sample verify job
[fio.git] / crc / crc32c-intel.c
index 05a087dcb6060f919deca5dc94699e58eee8bbe5..6e810a28f93608dfafcaac4bb6dec03bea526554 100644 (file)
@@ -1,10 +1,3 @@
-#include <inttypes.h>
-#include <string.h>
-#include <unistd.h>
-#include <stdlib.h>
-#include <signal.h>
-#include <sys/types.h>
-#include <sys/wait.h>
 #include "crc32c.h"
 
 /*
@@ -91,4 +84,4 @@ void crc32c_intel_probe(void)
        }
 }
 
-#endif /* ARCH_HAVE_SSE */
+#endif /* ARCH_HAVE_SSE4_2 */