config/arm: fix SVE build with GCC 8.3
[dpdk.git] / lib / eal / arm / include / rte_vect.h
index 093e912..4b705ba 100644 (file)
@@ -9,7 +9,7 @@
 #include "generic/rte_vect.h"
 #include "rte_debug.h"
 #include "arm_neon.h"
-#ifdef __ARM_FEATURE_SVE
+#ifdef RTE_HAS_SVE_ACLE
 #include <arm_sve.h>
 #endif