Function core::arch::x86::_mm_crc32_u8 1.27.0[−][src]
pub unsafe fn _mm_crc32_u8(crc: u32, v: u8) -> u32This is supported on (non-crate feature
miri-test-libstd or test or doctest) and x86 and target feature sse4.2 only.Expand description
Starting with the initial value in crc, return the accumulated
CRC32 value for unsigned 8-bit integer v.