about summary refs log tree commit diff
path: root/library/compiler-builtins/libm-test
AgeCommit message (Expand)AuthorLines
2025-07-27Implement `floor` and `ceil` in assembly on `i586`Folkert de Vries-22/+0
2025-07-10Upgrade `iai-callgrind` to 0.15Trevor Gross-1/+1
2025-07-10Upgrade dependencies to the latest versionTrevor Gross-1/+1
2025-07-01libm: Improved integer utilities, implement shifts and bug fixes for i256 and...quaternic-3/+61
2025-06-29apply suggestions for clippy::manual_is_multiple_of in libm-testquaternic-3/+3
2025-06-04Replace the musl submodule with a download scriptTrevor Gross-1/+1
2025-06-02libm-test: Fix unintentional skips in `binop_common`Trevor Gross-11/+25
2025-06-02cleanup: Use `x.biteq(y)` rather than `x.to_bits() == y.to_bits()`Trevor Gross-5/+2
2025-06-01Upgrade all dependencies to the latest available versionTrevor Gross-7/+7
2025-05-29libm-test: Make `extensive` an attribute rather than a test typeTrevor Gross-25/+60
2025-05-29Add benchmarks for float parsing and printingTrevor Gross-17/+83
2025-05-01fmaf: Add a test case from a MinGW failureTrevor Gross-1/+12
2025-04-23libm-macros: Allow a way to bulk match f16 and f128 functionsTrevor Gross-81/+7
2025-04-23libm-macros: Start tracking which functions are publicTrevor Gross-3/+7
2025-04-21Update licensing information after repository refactoringTrevor Gross-0/+1
2025-04-20ci: Enable testing of `libm` cratesTrevor Gross-0/+3
2025-04-20Fix the libm-test logfile pathTrevor Gross-6/+1
2025-04-19Add remaining `libm` crates to the workspaceTrevor Gross-2/+2
2025-04-19Run `cargo fmt` on all projectsTrevor Gross-79/+281
2025-04-19libm: Fix crate compilationTrevor Gross-7/+7
2025-04-19libm: Reorganize into compiler-builtinsTrevor Gross-0/+6721