about summary refs log tree commit diff
path: root/library/compiler-builtins/libm/src/math/generic/fminimum.rs
AgeCommit message (Expand)AuthorLines
2025-06-13fmaximum,fminimum: Fix incorrect result and add testsTrevor Gross-3/+2
2025-06-02cleanup: Use `x.biteq(y)` rather than `x.to_bits() == y.to_bits()`Trevor Gross-1/+1
2025-05-05Replace `super::super` with `crate::support` where possibleTrevor Gross-1/+1
2025-04-19libm: Flatten the `libm/libm` directoryTrevor Gross-0/+28