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