index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
compiler-builtins
/
libm
Age
Commit message (
Expand
)
Author
Lines
2025-02-07
Add an enum representation of rounding mode
Trevor Gross
-0
/
+22
2025-02-07
Work arouind iai-callgrind apt failures
Trevor Gross
-0
/
+2
2025-02-07
Uncomment some hex float tests that should work now
Trevor Gross
-8
/
+5
2025-02-06
Convert `fmaf` to a generic implementation
Trevor Gross
-99
/
+129
2025-02-06
Remove or reduce the scope of `allow(unused)` where possible
Trevor Gross
-29
/
+20
2025-02-07
fmaf128: fix exponent calculation for subnormals
Trevor Gross
-12
/
+26
2025-02-07
Check more subnormal values during edge cases tests
Trevor Gross
-2
/
+20
2025-02-07
Run standard tests before running integration tests
Trevor Gross
-0
/
+3
2025-02-06
Add better edge case testing for `scalbn`
Trevor Gross
-24
/
+101
2025-02-06
Add `fmaf128`
Trevor Gross
-67
/
+237
2025-02-06
Make it possible to use `hf32!` and similar macros outside of `libm`
Trevor Gross
-6
/
+16
2025-02-06
Improve tidy output
Trevor Gross
-4
/
+3
2025-02-06
Add an integration test that verifies a list of cases
Trevor Gross
-5
/
+750
2025-02-06
Switch `musl` to track `master`
Trevor Gross
-0
/
+0
2025-02-06
fma: Ensure zero has the correct sign
Trevor Gross
-46
/
+3
2025-02-05
Print the hex float format upon failure
Trevor Gross
-7
/
+39
2025-02-05
Commonize the signature for all instances of `get_test_cases`
Trevor Gross
-33
/
+45
2025-02-05
Start converting `fma` to a generic function
Trevor Gross
-192
/
+278
2025-02-05
Add checks via annotation that lists are sorted or exhaustive
Trevor Gross
-21
/
+187
2025-02-05
Do not add `libm_helper.rs` to the sources list
Trevor Gross
-57
/
+9
2025-02-05
Add a check in the `shared.rs` that the function list is sorted
Trevor Gross
-7
/
+13
2025-02-05
Add `scalbnf16`, `scalbnf128`, `ldexpf16`, and `ldexpf128`
Trevor Gross
-39
/
+195
2025-02-05
Fix hex float trait recursion problem
Trevor Gross
-25
/
+5
2025-01-31
Rename `EXP_MAX` to `EXP_SAT`
Trevor Gross
-12
/
+15
2025-01-30
Specify license as just MIT
Manish Goregaokar
-1
/
+1
2025-01-29
Util: also print the hex float format for outputs
Trevor Gross
-2
/
+9
2025-01-29
Introduce a wrapper type for IEEE hex float formatting
Trevor Gross
-4
/
+181
2025-01-29
Support parsing NaN and infinities from the `hf*` functions
Trevor Gross
-12
/
+61
2025-01-28
Revert "Temporarily pin `indicatif` to 0.17.9"
Trevor Gross
-2
/
+1
2025-01-28
Temporarily pin `indicatif` to 0.17.9
Trevor Gross
-1
/
+2
2025-01-28
Switch musl from a script download to a submodule
Trevor Gross
-46
/
+19
2025-01-27
Ignore specific `atan2` and `sin` tests on i586
Trevor Gross
-16
/
+25
2025-01-25
Rework the available Cargo profiles
Trevor Gross
-13
/
+21
2025-01-25
Remove remnants of the `checked` feature
Trevor Gross
-15
/
+10
2025-01-25
Use `remquo` from Rug
Trevor Gross
-67
/
+5
2025-01-25
Use `frexp` from Rug
Trevor Gross
-6
/
+1
2025-01-25
Use `az` exported from Rug
Trevor Gross
-7
/
+5
2025-01-25
Upgrade all dependencies to the latest version
Trevor Gross
-8
/
+8
2025-01-24
Enable missing icount benchmarks
Trevor Gross
-0
/
+6
2025-01-24
Add `fmodf128`
Trevor Gross
-33
/
+40
2025-01-24
Add way to override the number of iterations for specific tests
Trevor Gross
-9
/
+29
2025-01-24
Increase or set CI timeouts
Trevor Gross
-2
/
+8
2025-01-24
Add `fmodf16` using the generic implementation
Trevor Gross
-1
/
+37
2025-01-24
Add a generic version of `fmod`
Trevor Gross
-162
/
+96
2025-01-24
Add `fminf16`, `fmaxf16`, `fminf128`, and `fmaxf128`
Trevor Gross
-4
/
+76
2025-01-24
Add a generic version of `fmin` and `fmax`
Trevor Gross
-40
/
+47
2025-01-24
Remove an outdated note about precision
Trevor Gross
-3
/
+0
2025-01-24
Add `roundf16` and `roundf128`
Trevor Gross
-2
/
+78
2025-01-24
Add a generic version of `round`
Trevor Gross
-52
/
+54
2025-01-23
Add a generic version of `scalbn`
Trevor Gross
-59
/
+133
[prev]
[next]