9 references to 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)
134
if (Sse.
IsSupported
)
200
if (Sse.
IsSupported
)
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.Impl.cs (3)
1142
if (Sse.
IsSupported
)
1152
if (!Sse.
IsSupported
)
1577
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
; }