rust/library/core
Matthias Krüger 317769f152
Rollup merge of #135750 - scottmcm:cma-example, r=cuviper
Add an example of using `carrying_mul_add` to write wider multiplication

Just the basic quadratic version that you wouldn't actually use for really-big integers, but it's nice and short so is useful as for a demonstration of why you might find `carrying_mul_add` useful :)

cc #85532 ``````@clarfonthey``````
2025-01-21 23:30:19 +01:00
..
benches Fix typos 2024-12-27 21:35:57 +08:00
src Rollup merge of #135750 - scottmcm:cma-example, r=cuviper 2025-01-21 23:30:19 +01:00
tests Recognise new IPv6 documentation range from RFC9637 2025-01-20 07:39:33 +11: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