Files
Odin/core
Jeroen van Rijn 5c95a48bc7 Clean up core:math/big
- Deprecate the u64/u32 implementation so we can use fewer nails and have an easier time of maintaining and optimizing the package going forward. The remaining implementation still works on 32-bit targets, it's just a smidge less efficient.

- Use only 1 nail instead of 4. The tests now run 3.5% faster as a result.

Future optimizations may including using fully packed backing (no nails) using `intrinsics.overflow_*` to handle borrow and carry safely.
2026-02-15 17:00:53 +01:00
..
2025-11-14 11:17:38 +00:00
2025-11-14 11:17:38 +00:00
2026-02-15 14:54:31 +01:00
2026-02-10 19:56:49 +01:00
2025-10-10 12:24:28 +02:00
2026-02-14 13:57:02 +01:00
2026-02-10 18:31:43 +01:00
2026-02-12 12:12:21 +01:00
2026-02-15 17:00:53 +01:00
2026-01-30 23:37:31 +01:00
2026-02-11 21:21:48 +01:00
2026-02-15 12:42:55 +01:00
2026-02-14 12:52:51 +01:00
2026-01-11 20:21:25 +01:00
2026-02-09 20:08:22 +01:00
2026-02-09 20:08:22 +01:00