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