pub unsafe fn _mm_crc32_u16(crc: u32, v: u16) -> u32
Starting with the initial value in crc, return the accumulated CRC32-C value for unsigned 16-bit integer v.
crc
v
Intel’s documentation