Function safe_arch::crc32_u64

source ·
pub fn crc32_u64(crc: u64, v: u64) -> u64
Available with target feature sse4.2 only.
Expand description

Accumulates the u64 into a running CRC32 value.

Note: Has a different return type from the other crc32 functions.