Function _mm_crc32_u8
#[target_feature(enable = "sse4.2")]
pub fn _mm_crc32_u8(crc: u32, v: u8) -> u32
Starting with the initial value in crc, return the accumulated
CRC32-C value for unsigned 8-bit integer v.
_mm_crc32_u8#[target_feature(enable = "sse4.2")]
pub fn _mm_crc32_u8(crc: u32, v: u8) -> u32
Starting with the initial value in crc, return the accumulated
CRC32-C value for unsigned 8-bit integer v.