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