about summary refs log tree commit diff
path: root/library/compiler-builtins/crates/libm-macros/src/shared.rs
AgeCommit message (Collapse)AuthorLines
2025-04-23libm-macros: Start tracking which functions are publicTrevor Gross-171/+212
It would be nice to reuse some of the macro structure for internal functions, like `rem_pio2`. To facilitate this, add a `public` field and make it available in the macro's API.
2025-04-19Run `cargo fmt` on all projectsTrevor Gross-35/+140
Apply the same formatting rules to both `libm` and `compiler-builtins`.
2025-04-19libm: Reorganize into compiler-builtinsTrevor Gross-0/+444
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`.