[PATCH] net/*: replace intrinsic header include with rte_vect
Stephen Hemminger
stephen at networkplumber.org
Thu Jun 20 16:46:36 CEST 2024
On Thu, 20 Jun 2024 13:32:18 +0100
Bruce Richardson <bruce.richardson at intel.com> wrote:
> Rather than having the SSE code in each driver include tmmintrin.h,
> which often does not contain all needed intrinsics, e.g.
> _mm_cvtsi128_si64() for 32-bit x86 builds, we can just replace the
> include of ?mmintrin.h with rte_vect.h for all network drivers.
>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
>
Acked-by: Stephen Hemminger <stephen at networkplumber.org>
More information about the dev
mailing list