numam-dpdk/lib/eal/riscv
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
..
include eal/riscv: fix vector header for C++ 2022-06-15 09:12:16 +02:00
meson.build eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00
rte_cpuflags.c eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00
rte_cycles.c eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00
rte_hypervisor.c eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00
rte_power_intrinsics.c eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00