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