| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-23 | libm-macros: Allow a way to bulk match f16 and f128 functions | Trevor Gross | -40/+4 | |
| These are never available in musl, so introduce easier ways to skip them rather than needing to exclude f16/f128 functions in three different places. | ||||
| 2025-04-19 | Run `cargo fmt` on all projects | Trevor Gross | -1/+5 | |
| Apply the same formatting rules to both `libm` and `compiler-builtins`. | ||||
| 2025-04-19 | libm: Reorganize into compiler-builtins | Trevor Gross | -0/+382 | |
| Distribute everything from `libm/` to better locations in the repo. `libm/libm/*` has not moved yet to avoid Git seeing the move as an edit to `Cargo.toml`. Files that remain to be merged somehow are in `etc/libm`. | ||||
