]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Split crc32 pclmulqdq and vpclmulqdq implementations
authorVladislav Shchapov <vladislav@shchapov.ru>
Fri, 17 Feb 2023 16:41:46 +0000 (21:41 +0500)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 24 Feb 2023 12:25:54 +0000 (13:25 +0100)
commitfdb87d63a5963e2d7112e10151d9ca413bbefb62
treece7f8976e687272b2a29bbe99e14ecb9018cacbc
parent6a74e9294f12e879d792376bf98ed720f7362d7d
Split crc32 pclmulqdq and vpclmulqdq implementations

Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
12 files changed:
CMakeLists.txt
arch/x86/Makefile.in
arch/x86/crc32_fold_pclmulqdq_tpl.h
arch/x86/crc32_fold_vpclmulqdq.c [deleted file]
arch/x86/crc32_fold_vpclmulqdq_tpl.h
arch/x86/crc32_pclmulqdq.c [new file with mode: 0644]
arch/x86/crc32_pclmulqdq_tpl.h [moved from arch/x86/crc32_fold_pclmulqdq.c with 92% similarity]
arch/x86/crc32_vpclmulqdq.c [new file with mode: 0644]
configure
cpu_features.h
functable.c
win32/Makefile.msc