9 references to IsSupported
Microsoft.ML.CpuMath.UnitTests (3)
UnitTests.cs (3)
123Assert.True(System.Runtime.Intrinsics.X86.Sse.IsSupported); 128Assert.True(System.Runtime.Intrinsics.X86.Sse.IsSupported); 133Assert.False(System.Runtime.Intrinsics.X86.Sse.IsSupported);
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.Reciprocal.cs (2)
134if (Sse.IsSupported) 200if (Sse.IsSupported)
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.Impl.cs (3)
1142if (Sse.IsSupported) 1152if (!Sse.IsSupported) 1577else if (Sse.IsSupported)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse.cs (1)
19public static new bool IsSupported { get => IsSupported; }