Function core::arch::x86::_mm_crc32_u161.27.0[][src]

pub unsafe fn _mm_crc32_u16(crc: u32, v: u16) -> u32
This is supported on x86 and target feature sse4.2 only.
Expand description

crc 中的初始值开始,返回无符号 16 位整数 v 的累积 CRC32 值。

Intel’s documentation