Function tracing_core::stdlib::arch::x86_64::_mm_crc32_u32
1.27.0 · source · pub unsafe fn _mm_crc32_u32(crc: u32, v: u32) -> u32
Available on x86-64 only.
Expand description
Starting with the initial value in crc
, return the accumulated
CRC32-C value for unsigned 32-bit integer v
.