]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_hash/rte_cuckoo_hash.h
net/i40e: support getting TM node capability
[dpdk.git] / lib / librte_hash / rte_cuckoo_hash.h
index 1b8ffed8ed8223961804b4433a981b71618352f7..f75392d27b9bf5c53c77500b5be98d362c392f65 100644 (file)
@@ -58,7 +58,7 @@
 #endif
 
 /* Hash function used if none is specified */
-#if defined(RTE_MACHINE_CPUFLAG_SSE4_2) || defined(RTE_MACHINE_CPUFLAG_CRC32)
+#if defined(RTE_ARCH_X86) || defined(RTE_MACHINE_CPUFLAG_CRC32)
 #include <rte_hash_crc.h>
 #define DEFAULT_HASH_FUNC       rte_hash_crc
 #else