core::arch::aarch64

Function __crc32d

1.80.0 · Source
pub unsafe fn __crc32d(crc: u32, data: u64) -> u32
Available on (AArch64 or target_arch="arm64ec") and target feature crc only.
Expand description

CRC32 single round checksum for quad words (64 bits).

Arm’s documentation