src/zippy/crc32_simd

Search:
Group by:
Source   Edit  

Procs

proc crc32_sse41_pcmul(src: pointer; len: int; crc32: uint32): uint32 {.
    ...raises: [], tags: [], forbids: [].}
Computes the crc32 of the buffer, where the buffer length must be at least 64, and a multiple of 16. Source   Edit