2 references to Crc32
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (1)
799
return Sse42.
Crc32
(crc, data);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse42.cs (1)
55
public static uint Crc32(uint crc, ushort data) =>
Crc32
(crc, data);