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
Age
Commit message (
Expand
)
Author
Lines
2022-11-12
Remove unused `no-lang-items` feature
Nicholas Bishop
-4
/
+1
2022-11-09
Bump to 0.1.83
Amanieu d'Antras
-1
/
+1
2022-11-08
Update `libm`, add `rint` and `rintf`
Jules Bertholet
-14
/
+2
2022-11-09
Bump to 0.2.6
Amanieu d'Antras
-1
/
+1
2022-11-07
Add benchmarks
Jules Bertholet
-1
/
+2
2022-11-07
Disable tests on PowerPC
Jules Bertholet
-0
/
+4
2022-11-07
`rint`/`rintf` instead of `roundeven`/`roundevenf`
Jules Bertholet
-33
/
+22
2022-11-07
Add `roundeven` and `roundevenf`
Jules Bertholet
-0
/
+107
2022-10-25
might as well add the link to the LLVM assembly code as well.
Felix S. Klock II
-0
/
+3
2022-10-25
Document origins of the multiplication method being used here.
Felix S. Klock II
-1
/
+14
2022-10-10
Bump to 0.1.82
Amanieu d'Antras
-1
/
+1
2022-10-10
invoke the unreachable intrinsic, not the stable wrapper
Ralf Jung
-1
/
+4
2022-10-10
Fix clippy lints
Amanieu d'Antras
-6
/
+6
2022-10-10
Merge pull request #343 from silwol/master
Amanieu d'Antras
-0
/
+0
2022-09-30
Use wrapping_neg() to avoid fma errors on underflow
Andrew Tribick
-2
/
+10
2022-09-29
Bump to 0.1.81
Amanieu d'Antras
-1
/
+1
2022-09-27
Update macros.rs
Lokathor
-0
/
+1
2022-09-20
Bump to 0.1.80
Amanieu d'Antras
-1
/
+1
2022-09-17
math: Enabled floating point intrinsics for RISCV32 microcontrollers
D1plo1d
-2
/
+5
2022-08-10
Bump to 0.1.79
Amanieu d'Antras
-1
/
+1
2022-08-10
Update libm submodule
Amanieu d'Antras
-0
/
+0
2022-08-10
Bump to 0.2.5
Amanieu d'Antras
-1
/
+1
2022-08-10
Remove c32() from x86_64 memcmp
David Hoppenbrouwers
-13
/
+1
2022-08-10
Merge pull request rust-lang/libm#267 from Amanieu/fmaf
Amanieu d'Antras
-18
/
+23
2022-08-10
Fix fmaf not to depend on FE_TOWARDZERO
Amanieu d'Antras
-18
/
+23
2022-08-03
Enable unadjusted_on_win64 for UEFI in some cases
Nicholas Bishop
-6
/
+6
2022-08-01
Merge pull request rust-lang/libm#265 from ankane/no_panic
Amanieu d'Antras
-6
/
+26
2022-07-31
Ensure more functions do not panic
Andrew Kane
-6
/
+26
2022-07-31
Use smaller IPIO2 table for 16 and 32 bit architectures
Outurnate
-1
/
+1
2022-07-30
Bump to 0.1.78
Amanieu d'Antras
-1
/
+1
2022-07-30
Bump to 0.2.3
Amanieu d'Antras
-1
/
+1
2022-07-30
Merge pull request #484 from Alexhuszagh/armv5te
Amanieu d'Antras
-37
/
+73
2022-07-30
Merge pull request #482 from ankane/gamma
Amanieu d'Antras
-0
/
+2
2022-07-29
Update libm
Andrew Kane
-0
/
+0
2022-07-29
Remove panics from tgamma and tgammaf
Andrew Kane
-6
/
+8
2022-07-29
Add compiler-rt fallbacks for sync builtins on armv5te-musl.
Alex Huszagh
-37
/
+73
2022-07-29
Add compiler-rt fallback for __trunctfsf2 on mips64-musl.
Alex Huszagh
-0
/
+1
2022-07-28
Added tgamma and tgammaf
Andrew Kane
-0
/
+2
2022-07-28
Bump to 0.1.77
Amanieu d'Antras
-1
/
+1
2022-07-28
Remove branches around rep movsb/stosb
David Hoppenbrouwers
-45
/
+28
2022-07-28
Skip rep movsb in copy_backward if possible
David Hoppenbrouwers
-0
/
+6
2022-07-28
Use att_syntax for now
David Hoppenbrouwers
-13
/
+13
2022-07-28
Remove rep_param_rev
David Hoppenbrouwers
-14
/
+4
2022-07-28
Fix suboptimal codegen in memset
David Hoppenbrouwers
-3
/
+4
2022-07-28
Align destination in mem* instructions.
David Hoppenbrouwers
-36
/
+94
2022-07-28
Merge pull request #478 from Lokathor/weak-linkage-for-division
Amanieu d'Antras
-0
/
+4
2022-07-28
Enable win64_128bit_abi_hack for x86_64-unknown-uefi
Nicholas Bishop
-4
/
+4
2022-07-28
restrict linkage to platforms using ELF binaries
Lokathor
-4
/
+4
2022-07-28
Merge pull request #1 from rust-lang/master
Lokathor
-2
/
+10
2022-07-28
Use all of src/math for UEFI
Ayush Singh
-2
/
+4
[prev]
[next]