Re: [PATCH] member: fix build failure with GCC 5.4.0

2022-10-10 Thread Thomas Monjalon
10/10/2022 10:43, Ali Alnubani: > From: Leyi Rong > > > > This patch fixes the build failure by typecasting to match > > _mm512_i32gather_epi64() definition. > > > > Bugzilla ID: 1096 > > Fixes: db354bd2e1f8 ("member: add NitroSketch mode") > > > > Signed-off-by: Leyi Rong > > --- > > Thanks

RE: [PATCH] member: fix build failure with GCC 5.4.0

2022-10-10 Thread Ali Alnubani
> -Original Message- > From: Leyi Rong > Sent: Monday, October 10, 2022 11:23 AM > To: Ali Alnubani ; NBU-Contact-Thomas Monjalon > (EXTERNAL) > Cc: dev@dpdk.org; Leyi Rong > Subject: [PATCH] member: fix build failure with GCC 5.4.0 > > This patch fixes the b

[PATCH] member: fix build failure with GCC 5.4.0

2022-10-10 Thread Leyi Rong
This patch fixes the build failure by typecasting to match _mm512_i32gather_epi64() definition. Bugzilla ID: 1096 Fixes: db354bd2e1f8 ("member: add NitroSketch mode") Signed-off-by: Leyi Rong --- lib/member/rte_member_sketch_avx512.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) di