2 references to Compare
System.Linq (2)
System\Linq\MaxMin.cs (2)
94
best = TMinMax.
Compare
(best, Vector512.Create(data));
97
best = TMinMax.
Compare
(best, Vector512.Create(span.Slice(span.Length - Vector512<T>.Count)));