[PATCH] net/*: replace intrinsic header include with rte_vect

Tyler Retzlaff roretzla at linux.microsoft.com
Fri Jun 21 23:06:37 CEST 2024


On Thu, Jun 20, 2024 at 01:32:18PM +0100, Bruce Richardson 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: Tyler Retzlaff <roretzla at linux.microsoft.com>



More information about the dev mailing list