[dpdk-dev] [PATCH v2 2/4] arm: change cpuflag macros to compiler macros

David Marchand david.marchand at redhat.com
Wed Sep 23 17:11:29 CEST 2020


On Wed, Sep 23, 2020 at 12:45 PM Radu Nicolau <radu.nicolau at intel.com> wrote:
> diff --git a/app/test-pmd/macswap.c b/app/test-pmd/macswap.c
> index 74e2dd838..d82b39523 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)

Typo for __ARM_NEON?


>  #include "macswap_neon.h"
>  #else
>  #include "macswap.h"


-- 
David Marchand



More information about the dev mailing list