devela::_dep::_std::arch::x86_64

Function _mm_crc32_u8

1.27.0 · Source
pub unsafe fn _mm_crc32_u8(crc: u32, v: u8) -> u32 
Available on crate feature std and x86-64 only.
Expand description

Starting with the initial value in crc, return the accumulated CRC32-C value for unsigned 8-bit integer v.

Intel’s documentation