summaryrefslogtreecommitdiff
path: root/mysys/crc32/crc_ppc64.h
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-19935 Create unified CRC-32 interfaceVladislav Vaintroub2020-09-171-0/+664
Add CRC32C code to mysys. The x86-64 implementation uses PCMULQDQ in addition to CRC32 instruction after Intel whitepaper, and is ported from rocksdb code. Optimized ARM and POWER CRC32 were already present in mysys.