X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-pmd%2Fmacswap.c;h=310bca06af58db5a350fdac6bc90986faf4cd3c0;hb=cb056611a8ed9ab9024f3b91bf26e97255194514;hp=74e2dd838dd53e048cb460e6d2eda5054a463e28;hpb=0e4b196326fb3bf7cd6255d58071795858d29427;p=dpdk.git diff --git a/app/test-pmd/macswap.c b/app/test-pmd/macswap.c index 74e2dd838d..310bca06af 100644 --- a/app/test-pmd/macswap.c +++ b/app/test-pmd/macswap.c @@ -39,7 +39,7 @@ #include "testpmd.h" #if defined(RTE_ARCH_X86) #include "macswap_sse.h" -#elif defined(RTE_MACHINE_CPUFLAG_NEON) +#elif defined(__ARM_NEON) #include "macswap_neon.h" #else #include "macswap.h"