about summary refs log tree commit diff
path: root/library/compiler-builtins/libm/src/math/generic
AgeCommit message (Expand)AuthorLines
2025-06-13fmaximum,fminimum: Fix incorrect result and add testsTrevor Gross-24/+26
2025-06-02cleanup: Use `x.biteq(y)` rather than `x.to_bits() == y.to_bits()`Trevor Gross-14/+12
2025-05-05Replace `super::super` with `crate::support` where possibleTrevor Gross-22/+19
2025-04-29Refactor the fma modulesTrevor Gross-170/+11
2025-04-29Move `fma` implementations to `mod generic`Trevor Gross-0/+514
2025-04-22Reimplement the generic fmodquaternic-66/+50
2025-04-19Run `cargo fmt` on all projectsTrevor Gross-7/+46
2025-04-19libm: Flatten the `libm/libm` directoryTrevor Gross-0/+1623