numam-dpdk/lib/eal/riscv/include
Stanislaw Kardach 93cba71bdc eal/riscv: fix vector header for C++
rte_xmm_t is a union type which wraps around xmm_t and maps its contents
to scalar structures. Since C++ has stricter type conversion rules than
C, the rte_xmm_t::x has to be used instead of C-casting.

Fixes: f22e705ebf ("eal/riscv: support RISC-V architecture")

Signed-off-by: Stanislaw Kardach <kda@semihalf.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
2022-06-15 09:12:16 +02:00
..
meson.build eal: remove unused arch-specific headers for locks 2022-06-08 15:44:20 +02:00
rte_atomic.h eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00
rte_byteorder.h eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00
rte_cpuflags.h eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00
rte_cycles.h eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00
rte_io.h eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00
rte_memcpy.h eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00
rte_pause.h eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00
rte_power_intrinsics.h eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00
rte_prefetch.h eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00
rte_rwlock.h eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00
rte_spinlock.h eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00
rte_vect.h eal/riscv: fix vector header for C++ 2022-06-15 09:12:16 +02:00