numam-dpdk/lib/eal
Thomas Monjalon b251bb7630 eal/ppc: undefine 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".

The DPDK header file rte_altivec.h takes care of undefining "vector",
so the applications and dependencies are free to define the name "vector".

This is a compatibility breakage for applications which were using
the keyword "vector" for its AltiVec meaning.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Tested-by: Ali Alnubani <alialnu@nvidia.com>
Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
2022-06-01 16:51:53 +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 eal/ppc: undefine AltiVec keyword vector 2022-06-01 16:51:53 +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