]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_hash/rte_hash_crc.h
test/telemetry: fix typo at beginning of line
[dpdk.git] / lib / librte_hash / rte_hash_crc.h
index cf28031b338475874b11f85c199fe4c36fd4f06e..3e131aa6bb46d02ffd4b153d4780b4fabf2ceeac 100644 (file)
@@ -424,7 +424,7 @@ crc32c_sse42_u64(uint64_t data, uint64_t init_val)
 
 static uint8_t crc32_alg = CRC32_SW;
 
-#if defined(RTE_ARCH_ARM64) && defined(RTE_MACHINE_CPUFLAG_CRC32)
+#if defined(RTE_ARCH_ARM64) && defined(__ARM_FEATURE_CRC32)
 #include "rte_crc_arm64.h"
 #else