| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-26 | Move std float unit tests to integration tests | bjorn3 | -897/+0 | |
| 2025-01-24 | Remove a bunch of emscripten test ignores | bjorn3 | -3/+0 | |
| They are either outdated as emscripten now supports i128 or they are subsumed by #[cfg_attr(not(panic = "unwind"), ignore] | ||||
| 2024-09-10 | these tests seem to work fine on i586 these days | Ralf Jung | -13/+0 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+1 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-06-24 | Extract repeated constants from `f32` and `f64` source | Trevor Gross | -28/+55 | |
| This will make it easier to keep `f16` and `f128` consistent as their implementations get added. | ||||
| 2023-07-31 | Add gamma and ln_gamma functions to f32 and f64 | Andrew Kane | -0/+32 | |
| 2022-12-11 | Remove some `cfg(not(bootstrap))` | Jules Bertholet | -1/+0 | |
| 2022-12-11 | Add `round_ties_even` to `f32` and `f64` | Jules Bertholet | -0/+17 | |
| 2022-11-17 | Improve accuracy of asinh and acosh | Max Willsey | -0/+8 | |
| 2022-08-15 | Semicolon after macro_rules definition. | Orson Peters | -1/+1 | |
| 2022-08-15 | Float biteq macros can be unused if test is skipped. | Orson Peters | -0/+1 | |
| 2022-08-15 | Skip next_up/down tests entirely on x87. | Orson Peters | -59/+59 | |
| 2022-08-15 | Conditionally do not compile NaN roundtrip tests on x87 fp. | Orson Peters | -22/+22 | |
| 2022-08-15 | Ensure NaN references values go through function boundary for next_up/down. | Orson Peters | -6/+18 | |
| 2022-08-15 | Fixed float next_up/down 32-bit x87 float NaN roundtrip test case. | Orson Peters | -12/+12 | |
| 2022-08-15 | Added next_up and next_down for f32/f64. | Orson Peters | -0/+63 | |
| 2021-10-25 | Remove fNN::lerp - consensus unlikely | CAD97 | -55/+0 | |
| 2021-06-13 | More lerp tests, altering lerp docs | ltdk | -0/+34 | |
| 2021-06-06 | A few lerp tests | ltdk | -0/+21 | |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -0/+755 | |
| Also doing fmt inplace as requested. | ||||
