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