_mm_crc32_u16

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

nothrow @nogc @safe
uint
_mm_crc32_u16
(
uint crc
,
ushort v
)

Meta