]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Move instruction set specific crc32 code to arch directories.
authorMika Lindqvist <postmaster@raasu.org>
Mon, 4 Apr 2016 14:01:39 +0000 (17:01 +0300)
committerMika Lindqvist <postmaster@raasu.org>
Mon, 13 Feb 2017 11:18:43 +0000 (13:18 +0200)
commitdebd37a1c0d2ff3d0b395c067ecd8adcf51770ef
treee45fe5fa9675d5660dd351f320b46ec7c95f936b
parentce6e4db152bb350d100c6fb1215a7edabdc6059d
Move instruction set specific crc32 code to arch directories.
CMakeLists.txt
arch/x86/Makefile.in
arch/x86/crc_folding.c
arch/x86/crc_folding.h [new file with mode: 0644]
arch/x86/crc_pclmulqdq.c [new file with mode: 0644]
configure
crc32.c
deflate.c
win32/Makefile.msc