Skip to content

nir: Fix qsort comparator function

C Stout requested to merge castout/mesa:nir-qsort-patch into main

pred is a pointer, for sufficiently large numbers these being cast to int were both > 0 regardless of the order of data1 and data2.

Merge request reports