[libc] [llvm] Improve qsort (PR #120450)
Michael Jones via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 11:26:56 PST 2024
================
@@ -9,84 +9,172 @@
#ifndef LLVM_LIBC_SRC_STDLIB_QUICK_SORT_H
#define LLVM_LIBC_SRC_STDLIB_QUICK_SORT_H
-#include "src/__support/macros/attributes.h"
+#include "src/__support/CPP/cstddef.h"
+#include "src/__support/big_int.h"
----------------
michaelrj-google wrote:
is `big_int.h` used anywhere?
https://github.com/llvm/llvm-project/pull/120450
More information about the llvm-commits
mailing list