Function core::arch::x86::_mm_crc32_u16 [] [src]

pub unsafe fn _mm_crc32_u16(crc: u32, v: u16) -> u32
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86 and target feature sse4.2 only.

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