about summary refs log tree commit diff
path: root/library/compiler-builtins/libm-test/src/op.rs
AgeCommit message (Collapse)AuthorLines
2025-04-23libm-macros: Start tracking which functions are publicTrevor Gross-3/+7
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-1/+1
Apply the same formatting rules to both `libm` and `compiler-builtins`.
2025-04-19libm: Fix crate compilationTrevor Gross-2/+2
Update paths and submodules to fix `libm-test` and `util` building so we will be able to add them to the workspace.
2025-04-19libm: Reorganize into compiler-builtinsTrevor Gross-0/+151
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`.