about summary refs log tree commit diff
path: root/library/compiler-builtins/libm-test/src
AgeCommit message (Expand)AuthorLines
2025-07-27Implement `floor` and `ceil` in assembly on `i586`Folkert de Vries-22/+0
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-05-29libm-test: Make `extensive` an attribute rather than a test typeTrevor Gross-19/+55
2025-05-01fmaf: Add a test case from a MinGW failureTrevor Gross-1/+12
2025-04-23libm-macros: Start tracking which functions are publicTrevor Gross-3/+7
2025-04-20Fix the libm-test logfile pathTrevor Gross-6/+1
2025-04-19Run `cargo fmt` on all projectsTrevor Gross-68/+233
2025-04-19libm: Fix crate compilationTrevor Gross-2/+2
2025-04-19libm: Reorganize into compiler-builtinsTrevor Gross-0/+5130