numam-dpdk/lib/acl
Thomas Monjalon 64fcadeac0 avoid AltiVec keyword vector
The AltiVec header file is defining "vector", except in C++ build.
The keyword "vector" may conflict easily.
As a rule, it is better to use the alternative keyword "__vector",
so we will be able to #undef vector after including AltiVec header.

Later it may become possible to #undef vector in rte_altivec.h
with a compatibility breakage.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: David Christensen <drc@linux.vnet.ibm.com>
2022-05-25 11:49:39 +02:00
..
acl_bld.c fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
acl_gen.c
acl_run_altivec.c
acl_run_altivec.h avoid AltiVec keyword vector 2022-05-25 11:49:39 +02:00
acl_run_avx2.c
acl_run_avx2.h
acl_run_avx512_common.h
acl_run_avx512.c fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
acl_run_avx512x8.h fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
acl_run_avx512x16.h fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
acl_run_neon.c
acl_run_neon.h
acl_run_scalar.c
acl_run_sse.c
acl_run_sse.h
acl_run.h
acl_vect.h
acl.h fix spelling in comments and doxygen 2021-11-16 17:57:09 +01:00
meson.build
rte_acl_osdep.h acl: add missing C++ guards 2022-02-22 14:47:49 +01:00
rte_acl.c lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
rte_acl.h
tb_mem.c
tb_mem.h
version.map