tree: 0b819e0594db5353c064ecf45608ef0a1e919fc8 [path history] [tgz]
  1. CMakeLists.txt
  2. crc32c.c
  3. crc32c.hpp
  4. README.md
thirdparty/crc32c/README.md

Based on Stephan Brumme's Fast CRC32 library.

But with modified tables from Intel‘s Slicing-By-8, to match SSE4.2’s CRC32 instruction, which uses CRC-32C (also known as Castagnoli CRC32).