9 references to IsSupported
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMax.cs (1)
138
if (Avx512F.
IsSupported
)
System\Numerics\Tensors\netcore\TensorPrimitives.Reciprocal.cs (2)
168
if (Avx512F.
IsSupported
)
228
if (Avx512F.
IsSupported
)
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (2)
1799
if (Avx512F.
IsSupported
&& ((typeof(T) == typeof(int)) || (typeof(T) == typeof(uint))))
1845
if (Avx512F.
IsSupported
&& ((typeof(T) == typeof(int)) || (typeof(T) == typeof(uint))))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (2)
2822
if (Avx512F.
IsSupported
)
3148
if (Avx512F.
IsSupported
)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512F.cs (1)
19
public static new bool IsSupported { get =>
IsSupported
; }
src\runtime\src\libraries\System.Private.CoreLib\src\System\SpanHelpers.Packed.cs (1)
1315
Debug.Assert(Avx512F.
IsSupported
);