rust/library/compiler-builtins/libm-test/tests
quaternic 6c4221818e
libm: Improved integer utilities, implement shifts and bug fixes for i256 and u256
`i256` and `u256`
- operators now use the same overflow convention as primitives
- implement `<<` and `-` (previously just `>>` and `+`)
- implement `Ord` correctly (the previous `PartialOrd` was broken)
- correct `i256::SIGNED` to `true`

The `Int`-trait is extended with `trailing_zeros`, `carrying_add`, and
`borrowing_sub`.
2025-07-01 08:07:48 +00:00
..
z_extensive apply suggestions for clippy::manual_is_multiple_of in libm-test 2025-06-29 05:03:12 -05:00
check_coverage.rs Add remaining libm crates to the workspace 2025-04-19 23:20:13 -04:00
compare_built_musl.rs libm-test: Make extensive an attribute rather than a test type 2025-05-29 21:06:44 +00:00
multiprecision.rs libm-test: Make extensive an attribute rather than a test type 2025-05-29 21:06:44 +00:00
standalone.rs libm: Reorganize into compiler-builtins 2025-04-19 17:20:24 -04:00
u256.rs libm: Improved integer utilities, implement shifts and bug fixes for i256 and u256 2025-07-01 08:07:48 +00:00