RE: [PATCH v4 02/14] eal: use rtm and xtest intrinsics

2023-04-12 Thread Konstantin Ananyev
> Inline assembly is not supported for MSVC x64. Convert code to use > _xend, _xabort and _xtest intrinsics. > > Signed-off-by: Tyler Retzlaff > --- > config/x86/meson.build| 6 ++ > lib/eal/x86/include/rte_rtm.h | 18 +- > 2 files changed, 11 insertions(+), 13 de

Re: [PATCH v4 02/14] eal: use rtm and xtest intrinsics

2023-04-12 Thread Bruce Richardson
On Tue, Apr 11, 2023 at 02:12:16PM -0700, Tyler Retzlaff wrote: > Inline assembly is not supported for MSVC x64. Convert code to use > _xend, _xabort and _xtest intrinsics. > > Signed-off-by: Tyler Retzlaff > --- Subject to the CI not reporting any errors: Acked-by: Bruce Richardson > config