2 references to MaxNumber
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.MaxNumber.cs (1)
149return Vector512.MaxNumber(x, y);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
752static Vector512<T> ISimdVector<Vector512<T>, T>.MaxNumber(Vector512<T> left, Vector512<T> right) => Vector512.MaxNumber(left, right);