Re: [PATCH v11 07/16] eal: use byte swap intrinsics

2023-08-25 Thread David Marchand
On Fri, Aug 11, 2023 at 9:21 PM Tyler Retzlaff wrote: > > Inline assembly is not supported for MSVC x64 instead expand > use _byteswap_u{ushort,ulong,uint64} intrinsics instead. > > Signed-off-by: Tyler Retzlaff > Acked-by: Morten Brørup For the record, I rebased this patch on top of https://pa

[PATCH v11 07/16] eal: use byte swap intrinsics

2023-08-11 Thread Tyler Retzlaff
Inline assembly is not supported for MSVC x64 instead expand use _byteswap_u{ushort,ulong,uint64} intrinsics instead. Signed-off-by: Tyler Retzlaff Acked-by: Morten Brørup --- lib/eal/include/generic/rte_byteorder.h | 11 +++ lib/eal/x86/include/rte_byteorder.h | 4 2 files ch