3 references to Compare
System.Linq (3)
System\Linq\MaxMin.cs (3)
78best = TMinMax.Compare(best, Vector256.Create(data)); 81best = TMinMax.Compare(best, Vector256.Create(span.Slice(span.Length - Vector256<T>.Count))); 100Vector256<T> best256 = TMinMax.Compare(best.GetLower(), best.GetUpper());