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