Re: [PATCH] hash: provide crc32 functions based on intrinsics

2024-05-16 Thread Thomas Monjalon
20/03/2024 22:28, Tyler Retzlaff: > Provide crc32 inline functions implemented using intrinsics for MSVC. This is replacing asm. Could we completely replace asm, avoiding the #ifdef?

[PATCH] hash: provide crc32 functions based on intrinsics

2024-03-20 Thread Tyler Retzlaff
Provide crc32 inline functions implemented using intrinsics for MSVC. Signed-off-by: Tyler Retzlaff --- lib/hash/rte_crc_x86.h | 46 -- 1 file changed, 36 insertions(+), 10 deletions(-) diff --git a/lib/hash/rte_crc_x86.h b/lib/hash/rte_crc_x86.h inde