5 references to IsSupported
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorPrimitives.Reciprocal.cs (4)
127
if (Avx512F.VL.
IsSupported
)
155
if (Avx512F.VL.
IsSupported
)
193
if (Avx512F.VL.
IsSupported
)
221
if (Avx512F.VL.
IsSupported
)
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512F.cs (1)
30
public static bool IsSupported { get =>
IsSupported
; }