[dpdk-dev] [PATCH] eal/armv7: emulate vaddvq u16 variant

Jianbo Liu jianbo.liu at linaro.org
Mon Jul 10 05:51:26 CEST 2017


On 9 July 2017 at 01:08, Thomas Monjalon <thomas at monjalon.net> wrote:
> 07/07/2017 18:26, Jerin Jacob:
>> vaddvq_u16() is not available for armv7.
>> Emulate the vaddvq_u16() using armv7 NEON intrinsics.
>
> After implementing this function, another missing function appears:
>
>         lib/librte_sched/rte_sched.c:1747:7: error:
>         implicit declaration of function ‘vminvq_u32’

But sched_vector is disabled in defconfig_arm-armv7a-linuxapp-gcc:
    CONFIG_RTE_SCHED_VECTOR=n


More information about the dev mailing list