numam-dpdk/lib/librte_acl
Jerin Jacob 557c5cbde3 acl: fix build with some arm64 compiler
Some compilers reporting the following error, though the existing
code doesn't have any uninitialized variable case.
Just to make compiler happy, initialize the int32x4_t variable
one shot using vdupq_n_s32.

lib/librte_acl/acl_run_neon.h: In function 'search_neon_4'
lib/librte_acl/acl_run_neon.h:230:12: error:
  'input' may be used uninitialized in this function
  int32x4_t input;

Fixes: 34fa6c27c1 ("acl: add NEON optimization for ARMv8")
Cc: stable@dpdk.org

Suggested-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Aaron Conole <aconole@redhat.com>
2019-06-12 00:07:13 +09:00
..
acl_bld.c
acl_gen.c
acl_run_altivec.c
acl_run_altivec.h
acl_run_avx2.c
acl_run_avx2.h
acl_run_neon.c
acl_run_neon.h acl: fix build with some arm64 compiler 2019-06-12 00:07:13 +09:00
acl_run_scalar.c
acl_run_sse.c
acl_run_sse.h
acl_run.h
acl_vect.h doc: fix spelling reported by aspell in comments 2019-05-03 00:38:14 +02:00
acl.h
Makefile
meson.build acl: remove use of weak functions 2019-06-05 16:28:11 +02:00
rte_acl_osdep.h
rte_acl_version.map
rte_acl.c acl: remove use of weak functions 2019-06-05 16:28:11 +02:00
rte_acl.h
tb_mem.c
tb_mem.h