Skip to content

Commit 0ed6660

Browse files
pablodelaramdcornu
authored andcommitted
crc: add PCLMUL CRC32 ISCSI implementation
Signed-off-by: Pablo de Lara <[email protected]>
1 parent a46e3f1 commit 0ed6660

File tree

4 files changed

+568
-78
lines changed

4 files changed

+568
-78
lines changed

cmake/crc.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ set(CRC_X86_64_SOURCES
4848
crc/crc32_ieee_by16_10.asm
4949
crc/crc32_iscsi_01.asm
5050
crc/crc32_iscsi_00.asm
51+
crc/crc32_iscsi_by8_02.asm
5152
crc/crc32_iscsi_by16_10.asm
5253
crc/crc_multibinary.asm
5354
crc/crc64_multibinary.asm

crc/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ lsrc_x86_64 += \
4848
crc/crc32_ieee_02.asm \
4949
crc/crc32_ieee_by4.asm \
5050
crc/crc32_ieee_by16_10.asm \
51+
crc/crc32_iscsi_by8_02.asm \
5152
crc/crc32_iscsi_01.asm \
5253
crc/crc32_iscsi_00.asm \
5354
crc/crc32_iscsi_by16_10.asm \

0 commit comments

Comments
 (0)