about summary refs log tree commit diff
path: root/library/compiler-builtins/libm/src/math/mod.rs
AgeCommit message (Collapse)AuthorLines
2025-07-26libm: Update for new warn-by-default clippy lintsTrevor Gross-0/+2
Silence the approximate constant lint because it is noisy and not always correct. `single_component_path_imports` is also not accurate when built as part of `compiler-builtins`, so that needs to be `allow`ed as well.
2025-04-29Refactor the fma modulesTrevor Gross-4/+2
Move implementations to `generic/` like the other functions. This also allows us to combine the `fma` and `fma_wide` modules.
2025-04-19libm: Flatten the `libm/libm` directoryTrevor Gross-0/+396