about summary refs log tree commit diff
path: root/library/compiler-builtins/libm/src/math/support
AgeCommit message (Expand)AuthorLines
2025-09-21Mark float intrinsics with no preconditions as safeltdk-1/+1
2025-07-26libm: Update for new warn-by-default clippy lintsTrevor Gross-1/+2
2025-07-17Allow a new lint failure in nightlyTrevor Gross-0/+2
2025-07-01libm: Improved integer utilities, implement shifts and bug fixes for i256 and...quaternic-57/+162
2025-06-13fmaximum,fminimum: Fix incorrect result and add testsTrevor Gross-1/+12
2025-06-01Fix new `dead_code` warnings from recent nightliesTrevor Gross-103/+116
2025-05-29Reuse `libm`'s `Caat` and `CastFrom` in `compiler-builtins`Trevor Gross-0/+5
2025-05-29cleanup: Reuse `MinInt` and `Int` from `libm` in `compiler-builtins`Trevor Gross-0/+9
2025-05-28Update `CmpResult` to use a pointer-sized return typeTrevor Gross-0/+2
2025-05-13Fix `i256::MAX`Tobias Decking-1/+1
2025-05-06Require `target_has_atomic = "ptr"` for runtime feature detectionTrevor Gross-3/+8
2025-05-03Use runtime feature detection for fma routines on x86Trevor Gross-0/+209
2025-04-29Resolve `unnecessary_transmutes` lintsTrevor Gross-0/+6
2025-04-22Reimplement the generic fmodquaternic-0/+4
2025-04-19Run `cargo fmt` on all projectsTrevor Gross-47/+283
2025-04-19libm: Flatten the `libm/libm` directoryTrevor Gross-0/+2791