Re: [dpdk-dev] [PATCH] net/virtio: fix 32-bit build with clang 6.0.0

2020-05-07 Thread Maxime Coquelin
On 5/6/20 8:47 AM, Marvin Liu wrote: > Clang 6.0.0 will undefine function _mm512_maskz_set1_epi64 on i686 > target. Fix it by replacing the function with _mm512_set4_epi64 when > doing 32-bit build. > > Warning messasge during build: > ../drivers/net/virtio/virtio_rxtx_packed_avx.c:385:19: warn

Re: [dpdk-dev] [PATCH] net/virtio: fix 32-bit build with clang 6.0.0

2020-05-07 Thread Maxime Coquelin
On 5/6/20 8:47 AM, Marvin Liu wrote: > Clang 6.0.0 will undefine function _mm512_maskz_set1_epi64 on i686 > target. Fix it by replacing the function with _mm512_set4_epi64 when > doing 32-bit build. > > Warning messasge during build: > ../drivers/net/virtio/virtio_rxtx_packed_avx.c:385:19: warn

[dpdk-dev] [PATCH] net/virtio: fix 32-bit build with clang 6.0.0

2020-05-05 Thread Marvin Liu
Clang 6.0.0 will undefine function _mm512_maskz_set1_epi64 on i686 target. Fix it by replacing the function with _mm512_set4_epi64 when doing 32-bit build. Warning messasge during build: ../drivers/net/virtio/virtio_rxtx_packed_avx.c:385:19: warning: implicit declaration of function '_mm512_maskz_