Function __crc32b
#[target_feature(enable = "crc")]
pub fn __crc32b(crc: u32, data: u8) -> u32
CRC32 single round checksum for bytes (8 bits). Arm's documentation
__crc32b#[target_feature(enable = "crc")]
pub fn __crc32b(crc: u32, data: u8) -> u32
CRC32 single round checksum for bytes (8 bits). Arm's documentation