7 references to IsSupported
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMax.cs (1)
506
if (Avx512F.
IsSupported
)
System\Numerics\Tensors\netcore\TensorPrimitives.Reciprocal.cs (2)
173
if (Avx512F.
IsSupported
)
239
if (Avx512F.
IsSupported
)
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (2)
2620
if (Avx512F.
IsSupported
)
2941
if (Avx512F.
IsSupported
)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512F.cs (1)
19
public static new bool IsSupported { get =>
IsSupported
; }
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.Packed.cs (1)
1315
Debug.Assert(Avx512F.
IsSupported
);