Function surge_wavetable::imports::imports::imports::imports::_mm_crc32_u641.27.0[][src]

pub unsafe fn _mm_crc32_u64(crc: u64, v: u64) -> u64
This is supported with target feature sse4.2 only.
Expand description

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

Intel’s documentation