_mm_crc32_u64

Starting with the initial value in crc, accumulates a CRC32 value for unsigned 64-bit integer v. Warning: this is computing CRC-32C (Castagnoli), not CRC-32.

nothrow @nogc
ulong
_mm_crc32_u64
(
ulong crc
,
ulong v
)

Meta