Amanieu d'Antras 4f78f9fbb0 Force LLVM to use CMOV for binary search
Since https://reviews.llvm.org/D118118, LLVM will no longer turn CMOVs
into branches if it comes from a `select` marked with an `unpredictable`
metadata attribute.

This PR introduces `core::intrinsics::select_unpredictable` which emits
such a `select` and uses it in the implementation of `binary_search_by`.
2024-07-28 17:24:57 +01:00
..
2024-05-31 15:56:43 +10:00
2024-05-31 15:56:43 +10:00
2024-03-23 23:23:41 -07:00
2024-04-22 18:48:47 +02:00
2024-04-24 13:12:33 +01:00