On Tue, Oct 17, 2023 at 4:06 PM Tyler Retzlaff <[email protected]> wrote: > > Most MSVC targets do not support inline asm and __MWAITX__ is a GCC > implementation detail. Use a test of defined(RTE_TOOLCHAIN_MSVC) to > avoid conditional compilation of inline asm and instead use intrinsics > instead. > > Fixes: c7ed1ce04704 ("eal/x86: add power intrinsics for AMD") > > Signed-off-by: Tyler Retzlaff <[email protected]> Acked-by: David Marchand <[email protected]>
Applied, thanks. -- David Marchand

