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