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

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

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

Intel’s documentation