summaryrefslogtreecommitdiffstats
path: root/src/shared/crc32.c
Commit message (Expand)AuthorAgeFilesLines
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-161-1/+1
* [SHARED] crc32: Don't skip table lookup if PCLMUL is unavailableSimon Rettberg2020-03-191-12/+13
* [SERVER] crc32: Fix compile with optimizationsSimon Rettberg2020-03-191-2/+2
* [SERVER] Use PCLMUL for crc32 on AMD64 if availableSimon Rettberg2020-03-191-47/+174
* [SERVER] Get rid of zlib dependencySimon Rettberg2017-10-241-0/+621