Re: [PATCH 0/2] adapt prefetch functions for MSVC

2024-06-14 Thread David Marchand
On Wed, Mar 20, 2024 at 10:18 PM Tyler Retzlaff wrote: > > MSVC does not have intrinsics that allow prefetch specifying > read/write so adjust conditional compilation to allow MSVC to > use the non access type inline functions from rte_prefetch.h > > While here fix issues with C++ build (which onl

[PATCH 0/2] adapt prefetch functions for MSVC

2024-03-20 Thread Tyler Retzlaff
MSVC does not have intrinsics that allow prefetch specifying read/write so adjust conditional compilation to allow MSVC to use the non access type inline functions from rte_prefetch.h While here fix issues with C++ build (which only appears on MSVC because it uses intrinsics and not inline assembl