_mm_crc32_u32

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

nothrow @nogc @safe
uint
_mm_crc32_u32
(
uint crc
,
uint v
)

Meta