Function core::arch::x86_64::_mm_crc32_u8 1.27.0[−][src]
pub unsafe fn _mm_crc32_u8(crc: u32, v: u8) -> u32
This is supported on x86-64 and target feature
sse4.2 only.Expand description
从 crc 中的初始值开始,返回无符号 8 位整数 v 的累积 CRC32 值。