[PATCH 0/2] adapt prefetch functions for MSVC
David Marchand
david.marchand at redhat.com
Fri Jun 14 16:39:54 CEST 2024
On Wed, Mar 20, 2024 at 10:18 PM Tyler Retzlaff
<roretzla at linux.microsoft.com> 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 only appears on
> MSVC because it uses intrinsics and not inline assembly)
>
> Tyler Retzlaff (2):
> eal: provide prefetch functions for MSVC
> eal: adjust intrinsic type casts for CXX
>
> lib/eal/include/generic/rte_prefetch.h | 12 ++++++++++++
> lib/eal/x86/include/rte_prefetch.h | 10 +++++-----
> 2 files changed, 17 insertions(+), 5 deletions(-)
>
Series applied, thanks.
--
David Marchand
More information about the dev
mailing list