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