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