rust/library/core
Urgau ad80da6729 Use Hacker's Delight impl in i64::midpoint instead of wide i128 impl
As LLVM seems to be outperformed by the complexity of signed 128-bits
number compared to our Hacker's Delight implementation.[^1]

It doesn't seems like it's an improvement for the other sizes[^2], so we
let them with the wide implementation.

[^1]: https://rust.godbolt.org/z/ravE75EYj
[^2]: https://rust.godbolt.org/z/fzr171zKh
2024-10-27 20:34:13 +01:00
..
benches Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
src Use Hacker's Delight impl in i64::midpoint instead of wide i128 impl 2024-10-27 20:34:13 +01:00
tests Add test for all midpoint expectations 2024-10-26 22:08:34 +02:00
Cargo.toml Port std library to RTEMS 2024-09-03 09:19:29 +02:00