ClickHouse/contrib/crc32-vpmsum-cmake/README.md

498 B

To Generate crc32_constants.h

  • Run make file in ../crc32-vpmsum diretory using folling options and CRC polynomial. These options should use the same polynomial and order used by intel intrinisic functions
make crc32_constants.h CRC="0x11EDC6F41" OPTIONS="-x -r -c"