Re: [PATCH v2 1/2] eal: include header for MSVC SIMD intrinsics

2024-03-28 Thread Bruce Richardson
On Thu, Mar 28, 2024 at 09:14:05AM -0700, Tyler Retzlaff wrote: > MSVC documents that you use the monolithic intrin.h for all intrinsics > (including SIMD intrinsics) include intrin.h into rte_vec.h when > building with MSVC so we don't have to duplicate conditionally compile > include it across th

[PATCH v2 1/2] eal: include header for MSVC SIMD intrinsics

2024-03-28 Thread Tyler Retzlaff
MSVC documents that you use the monolithic intrin.h for all intrinsics (including SIMD intrinsics) include intrin.h into rte_vec.h when building with MSVC so we don't have to duplicate conditionally compile include it across the DPDK source. Signed-off-by: Tyler Retzlaff --- lib/eal/include/gene