rust/library/core
bors fe76e14955 Auto merge of #111646 - Voultapher:restore-branchless-code-gen-for-merge, r=cuviper
Use code with reliable branchless code-gen for slice::sort merge

The recent LLVM 16 update changes code-gen to be not branchless anymore, in the slice::sort implementation merge function. This improves performance by 30% for random patterns, restoring the performance to the state with LLVM 15.

Fixes #111559
2023-05-20 21:52:10 +00:00
..
benches Rollup merge of #108291 - chenyukang:yukang/fix-benchmarks, r=workingjubilee 2023-05-15 17:12:43 +02:00
primitive_docs
src Auto merge of #111646 - Voultapher:restore-branchless-code-gen-for-merge, r=cuviper 2023-05-20 21:52:10 +00:00
tests Add more tests for the offset_of!() macro 2023-05-18 13:16:17 +02:00
Cargo.toml