b13fb77583
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.
The generated assembly is identical to the code without the fix (checked
both on x86 and RISC-V).
Fixes:
|
||
---|---|---|
.. | ||
meson.build | ||
rte_lpm6.c | ||
rte_lpm6.h | ||
rte_lpm_altivec.h | ||
rte_lpm_neon.h | ||
rte_lpm_scalar.h | ||
rte_lpm_sse.h | ||
rte_lpm_sve.h | ||
rte_lpm.c | ||
rte_lpm.h | ||
version.map |