[PATCH] net/*: replace intrinsic header include with rte_vect
Ferruh Yigit
ferruh.yigit at amd.com
Sat Jul 6 20:50:42 CEST 2024
On 6/21/2024 10:06 PM, Tyler Retzlaff wrote:
> 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>
>
Applied to dpdk-next-net/main, thanks.
More information about the dev
mailing list