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