93cba71bdc
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:
|
||
---|---|---|
.. | ||
meson.build | ||
rte_atomic.h | ||
rte_byteorder.h | ||
rte_cpuflags.h | ||
rte_cycles.h | ||
rte_io.h | ||
rte_memcpy.h | ||
rte_pause.h | ||
rte_power_intrinsics.h | ||
rte_prefetch.h | ||
rte_rwlock.h | ||
rte_spinlock.h | ||
rte_vect.h |