]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Add preprocessor define to tune crc32 unrolling.
authorJim Kukunas <james.t.kukunas@linux.intel.com>
Wed, 17 Jul 2013 17:38:54 +0000 (10:38 -0700)
committerJim Kukunas <james.t.kukunas@linux.intel.com>
Tue, 3 Jun 2014 22:37:51 +0000 (15:37 -0700)
commitfd80ca4fb96b8bdeb4e7f9ec863ebc34a9303968
treec364316f171eb9d508d2144ee2f753beea6962d2
parent2c2709195d37d2fbf1ab0437fdebc04b9fc86c3c
Add preprocessor define to tune crc32 unrolling.

Adds a preprocessor define, CRC32_UNROLL_LESS, to reduce unrolling
factor from 8 to 4 for the crc32 calculation.

Updates configure script to set as default on x86
configure
crc32.c