Function geometric_algebra::simd::_mm_crc32_u64

1.27.0 · source ·
pub unsafe fn _mm_crc32_u64(crc: u64, v: u64) -> u64
Expand description

Starting with the initial value in crc, return the accumulated CRC32-C value for unsigned 64-bit integer v.

Intel’s documentation