28/03/2024 17:14, Tyler Retzlaff: > MSVC does not support older MMX intrinsics use SSE/AVX instead. > > v2: > * move conditional #include <intrin.h> into rte_vect.h and include > rte_vect.h into net_crc_avx512.c net_crc_sse.c instead of duplicating > conditional compile of include in each file. > > Tyler Retzlaff (2): > eal: include header for MSVC SIMD intrinsics > net: stop using mmx intrinsics
Applied, thanks.