about summary refs log tree commit diff
path: root/library/compiler-builtins/libm/src/math/pow.rs
AgeCommit message (Collapse)AuthorLines
2025-04-29Resolve `unnecessary_transmutes` lintsTrevor Gross-9/+2
These appeared in a later nightly. In compiler-builtins we can apply the suggestion, but in `libm` we need to ignore them since `fx::from_bits` is not `const` at the MSRV. `clippy::uninlined_format_args` also seems to have gotten stricter, so fix those here.
2025-04-19Run `cargo fmt` on all projectsTrevor Gross-12/+36
Apply the same formatting rules to both `libm` and `compiler-builtins`.
2025-04-19libm: Flatten the `libm/libm` directoryTrevor Gross-0/+607