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
2 references to X64
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);