lpm/arm: support SVE
[dpdk.git] / lib / librte_eal / arm / include / rte_memcpy_32.h
index eb02c3b..fb3245b 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
 
 #ifdef RTE_ARCH_ARM_NEON_MEMCPY
 
-#ifndef RTE_MACHINE_CPUFLAG_NEON
+#ifndef __ARM_NEON
 #error "Cannot optimize memcpy by NEON as the CPU seems to not support this"
 #endif