An error occurred fetching the project authors.
  1. 17 Sep, 2020 1 commit
    • Vladislav Vaintroub's avatar
      MDEV-19935 Create unified CRC-32 interface · ccbe6bb6
      Vladislav Vaintroub authored
      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.
      ccbe6bb6