2 types derived from X64
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx.cs (1)
23
public new abstract class X64 : Sse42.
X64
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Popcnt.cs (1)
22
public new abstract class X64 : Sse42.
X64
4 references to X64
System.IO.Hashing (2)
System\IO\Hashing\Crc32ParameterSet.WellKnown.cs (2)
212
if (System.Runtime.Intrinsics.X86.Sse42.
X64
.IsSupported)
219
crc64 = System.Runtime.Intrinsics.X86.Sse42.
X64
.Crc32(crc64, value);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (2)
845
if (Sse42.
X64
.IsSupported)
848
return (uint)Sse42.
X64
.Crc32(crc, data);