add CLIB_HAVE_VEC128 with NEON intrinsics (VPP-1127)
[vpp.git] / src / plugins / ixge / ixge.c
index 0586281..8e9203e 100644 (file)
@@ -20,7 +20,7 @@
  *   Please use supported DPDK driver instead.
  */
 
-#if __x86_64__ || __i386__
+#if __x86_64__ || __i386__ || __aarch64__
 #include <vppinfra/vector.h>
 
 #ifndef CLIB_HAVE_VEC128