[PATCH v2] hash: provide crc32 functions based on intrinsics
Tyler Retzlaff
roretzla at linux.microsoft.com
Wed May 22 02:02:13 CEST 2024
MSVC does not support inline asm so replace crc32 inline function
implementations with intrinsics compatible with all toolchains.
v2:
* just provide inline functions based on intrinsics and remove
inline asm versions.
Tyler Retzlaff (1):
hash: provide crc32 functions based on intrinsics
lib/hash/rte_crc_x86.h | 38 +++++++++++++-------------------------
1 file changed, 13 insertions(+), 25 deletions(-)
--
1.8.3.1
More information about the dev
mailing list