numam-dpdk/lib/eal
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
..
arm eal/arm: inline 128-bit atomic compare exchange with GCC 2022-02-11 08:44:09 +01:00
common devargs: fix leak on hotplug failure 2022-05-19 18:45:20 +02:00
freebsd eal/freebsd: fix use of newer cpuset macros 2022-05-24 12:48:11 +02:00
include eal/x86: fix unaligned access for small memcpy 2022-05-19 18:19:30 +02:00
linux mem: skip attaching external memory in secondary process 2022-04-28 13:44:13 +02:00
ppc avoid AltiVec keyword vector 2022-05-25 11:49:39 +02:00
unix eal: get/set thread affinity per thread identifier 2022-05-19 16:45:07 +02:00
windows eal: get/set thread affinity per thread identifier 2022-05-19 16:45:07 +02:00
x86 eal/x86: fix unaligned access for small memcpy 2022-05-19 18:19:30 +02:00
meson.build eal: add OS defines for C conditional checks 2022-01-17 19:26:42 +01:00
version.map eal: get/set thread affinity per thread identifier 2022-05-19 16:45:07 +02:00