rust/library/core
Scott McMurray 2c0c9123fc Move {widening, carrying}_mul to an intrinsic with fallback MIR
Including implementing it for `u128`, so it can be defined in `uint_impl!`.

This way it works for all backends, including CTFE.
2024-12-27 08:17:40 -08:00
..
benches Auto merge of #130733 - okaneco:is_ascii, r=scottmcm 2024-12-22 02:44:13 +00:00
src Move {widening, carrying}_mul to an intrinsic with fallback MIR 2024-12-27 08:17:40 -08:00
tests Move {widening, carrying}_mul to an intrinsic with fallback MIR 2024-12-27 08:17:40 -08:00
Cargo.toml Teach rust core about Xtensa VaListImpl and add a custom lowering of vaarg for xtensa. 2024-12-03 10:54:08 +00:00