about summary refs log tree commit diff
path: root/library/compiler-builtins/crates/musl-math-sys/src
AgeCommit message (Collapse)AuthorLines
2025-07-24Enable tests that were skipped on PowerPCTrevor Gross-2/+0
Most of these were skipped because of a bug with the platform implementation, or some kind of crash unwinding. Since the upgrade to Ubuntu 25.04, these all seem to be resolved with the exception of a bug in the host `__floatundisf` [1]. [1] https://github.com/rust-lang/compiler-builtins/pull/384#issuecomment-740413334
2025-04-19libm: Reorganize into compiler-builtinsTrevor Gross-0/+287
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`.