[libc-commits] [libc] [llvm] [libc][stdlib] Implement heap sort. (PR #98582)

via libc-commits libc-commits at lists.llvm.org
Fri Jul 12 18:18:47 PDT 2024


================
@@ -22,8 +22,14 @@ LLVM_LIBC_FUNCTION(void, qsort_r,
   if (array == nullptr || array_size == 0 || elem_size == 0)
----------------
lntue wrote:

Moved the selection logic into `qsort_util.h`.

https://github.com/llvm/llvm-project/pull/98582


More information about the libc-commits mailing list