[libc-commits] [libc] [llvm] Improve qsort (PR #120450)

Lukas Bergdoll via libc-commits libc-commits at lists.llvm.org
Wed Dec 18 13:51:42 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"
----------------
Voultapher wrote:

IIRC that's where `cpp::bit_width` comes from.

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


More information about the libc-commits mailing list