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