08/11/2023 09:27, Morten Brørup: > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > Sent: Tuesday, 7 November 2023 21.00 > > > > MSVC does not expose legacy atomics. When the legacy atomics were > > excluded rte_atomic_thread_fence was also unintentionally excluded > > > > Adjust the conditional compilation check to expose > > rte_atomic_thread_fence. > > > > Fixes: 27da6a123414 ("eal: hide legacy atomics API for MSVC") > > > > Signed-off-by: Tyler Retzlaff <roret...@linux.microsoft.com> > > Acked-by: Morten Brørup <m...@smartsharesystems.com>
Applied, thanks.