2 types derived from Sse42
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx.cs (1)
12
public abstract class Avx :
Sse42
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Popcnt.cs (1)
11
public abstract class Popcnt :
Sse42
11 references to Sse42
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (8)
773
if (
Sse42
.IsSupported)
775
return
Sse42
.Crc32(crc, data);
797
if (
Sse42
.IsSupported)
799
return
Sse42
.Crc32(crc, data);
821
if (
Sse42
.IsSupported)
823
return
Sse42
.Crc32(crc, data);
845
if (
Sse42
.X64.IsSupported)
848
return (uint)
Sse42
.X64.Crc32(crc, data);
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
System.Runtime.Intrinsics (1)
artifacts\obj\System.Runtime.Intrinsics\Debug\net10.0\System.Runtime.Intrinsics.Forwards.cs (1)
51
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Intrinsics.X86.
Sse42
))]