_mm_crc32_u8

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

nothrow @nogc @safe
uint
_mm_crc32_u8
(
uint crc
,
ubyte v
)

Meta