Function core::arch::x86::_mm_crc32_u16
1.27.0 · source · pub unsafe fn _mm_crc32_u16(crc: u32, v: u16) -> u32
Available on (x86 or x86-64) and target feature
sse4.2
and x86 only.Expand description
Starting with the initial value in crc
, return the accumulated
CRC32-C value for unsigned 16-bit integer v
.