]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/pipeline/hash_func.h
examples/ip_pipeline: remove macro check for SSE4
[dpdk.git] / examples / ip_pipeline / pipeline / hash_func.h
index 9db7173f5e52e4f6688db0c81bed055f170399dc..b112369ca2b0e563fef88b11541c445573120656 100644 (file)
@@ -152,7 +152,7 @@ hash_xor_key64(void *key, __rte_unused uint32_t key_size, uint64_t seed)
        return (xor0 >> 32) ^ xor0;
 }
 
-#if defined(RTE_ARCH_X86_64) && defined(RTE_MACHINE_CPUFLAG_SSE4_2)
+#if defined(RTE_ARCH_X86_64)
 
 #include <x86intrin.h>