summaryrefslogtreecommitdiff
path: root/crc32.c
AgeCommit message (Expand)Author
2020-01-08Unify CPU features detection codeAdenilson Cavalcanti
2019-12-21Revert "Unify CPU features detection code"Hans Wennborg
2019-12-21Unify CPU features detection codeAdenilson Cavalcanti
2018-02-16Compute crc32 using ARMv8 specific instructionAdenilson Cavalcanti
2018-02-11Add comment about zlib convention for crc32 useNoel Gordon
2018-02-10Guard the include on the crc32 CRC32_SIMD_SSE42_PCLMUL featureNoel Gordon
2018-01-30Move the SSE4.2 crc32 code from crc32() into crc32_z()Noel Gordon
2018-01-04Improve zlib inflate speed by using SSE4.2 crc32Noel Gordon
2017-11-30Revert "Using ARMv8 CRC32 specific instruction"Boris Sazonov
2017-11-30Using ARMv8 CRC32 specific instructionAdenilson Cavalcanti
2017-02-15Update zlib to 1.2.11mark
2016-06-23Update Zlib to version 1.2.8jiadong.zhu
2016-06-20Revert of Update Zlib to version 1.2.8 (patchset #10 id:220001 of https://cod...jmadill
2016-06-20Update Zlib to version 1.2.8jiadong.zhu
2014-11-05Reland "Integrate SIMD optimisations for zlib"robert.bradford
2014-10-24Revert of Reland "Integrate SIMD optimisations for zlib" (patchset #2 id:4000...qyearsley
2014-10-24Reland "Integrate SIMD optimisations for zlib"robert.bradford
2014-10-23Revert of Integrate SIMD optimisations for zlib (patchset #14 id:280001 of ht...robert.bradford
2014-10-23Integrate SIMD optimisations for zlibrobert.bradford
2011-12-12Update zlib to 1.2.5.hbono@chromium.org
2008-07-27Add third_party to the repository.initial.commit