22 references to IsSupported
Microsoft.ML.CpuMath (13)
CpuMathUtils.netcoreapp.cs (13)
29=> Avx.IsSupported ? Vector256Alignment : (Sse.IsSupported ? Vector128Alignment : FloatAlignment); 57else if (Sse.IsSupported) 136else if (Sse.IsSupported) 171if (destination.Length < MinInputSize || !Sse.IsSupported) 207if (count < MinInputSize || !Sse.IsSupported) 243if (count < MinInputSize || !Sse.IsSupported) 272if (source.Length < MinInputSize || !Sse.IsSupported) 302if (source.Length < MinInputSize || !Sse.IsSupported) 331if (source.Length < MinInputSize || !Sse.IsSupported) 365if (source.Length < MinInputSize || !Sse.IsSupported) 407if (count < MinInputSize || !Sse.IsSupported) 539if (count < MinInputSize || !Sse.IsSupported) 581if (count < MinInputSize || !Sse.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)
106if (Sse.IsSupported) 172if (Sse.IsSupported)
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.Impl.cs (3)
1242if (Sse.IsSupported) 1252if (!Sse.IsSupported) 1677else if (Sse.IsSupported)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse.cs (1)
19public static new bool IsSupported { get => IsSupported; }