summaryrefslogtreecommitdiff
path: root/adler32_p.h
AgeCommit message (Collapse)Author
2020-08-16Remove NO_DIVIDE from adler32.Nathan Moinvaziri
2020-06-25Add adler32_len_64 for length < 64Matheus Castanho
Add adler32_len_64 to adler32_p.h to allow reuse by other adler32 implementations that may need it.
2020-06-25Move DO* macro definitions to adler32_p.hMatheus Castanho
Add new generic definitions of DO* macros used by adler32 algorithms to adler32_p.h to allow reuse by other adler32 implementations.
2019-04-04cleanup arm/adler32_neon.c codeSebastian Pop
2019-04-04only call NEON adler32 for more than 16 bytesSebastian Pop
improves performance of inflate by up to 6% on an A-73 Hikey running at 2.36 GHz when executing the chromium benchmark on the snappy data set. In a few cases inflate is slower by up to 0.8%. Overall performance of inflate is better by about 0.3%.