On Fri, Aug 11, 2023 at 9:21 PM Tyler Retzlaff <[email protected]> wrote: > > Inline assembly is not supported for MSVC x64 instead expand > use _byteswap_u{ushort,ulong,uint64} intrinsics instead. > > Signed-off-by: Tyler Retzlaff <[email protected]> > Acked-by: Morten Brørup <[email protected]>
For the record, I rebased this patch on top of https://patchwork.dpdk.org/project/dpdk/patch/[email protected]/ and moved blocks under a single #ifdef RTE_FORCE_INTRINSICS. -- David Marchand

