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
/
src
/
float
/
cmp.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-03
Shorten prefixes for float constants
Trevor Gross
-2
/
+2
2024-10-25
Rename `Float::repr` and `Float::from_repr`
Trevor Gross
-6
/
+6
2024-09-03
Remove unsupported *vfp functions (#678)
Sbstn Bcht
-51
/
+0
2024-08-03
Make use of new `f16` and `f128` config options
Trevor Gross
-1
/
+1
2024-05-21
Add `ppc_alias` to the `intrinsics!` macro
Trevor Gross
-46
/
+8
2024-05-15
Implement `f128` comparison
Trevor Gross
-0
/
+83
2024-05-15
Split `Int` into `Int` and `MinInt`
Trevor Gross
-1
/
+1
2023-08-07
edition 2018
klensy
-2
/
+2
2023-06-12
fix: Add `#[avr_skip]` for floats
Patryk Wychowaniec
-0
/
+14
2021-04-02
Fix all clippy warnings
Aaron Kutch
-12
/
+9
2020-12-07
Remove `WideInt`
Aaron Kutch
-15
/
+4
2019-05-14
Run rustfmt over everything
Alex Crichton
-33
/
+34
2018-02-25
Add __ledf2vfp and __lesf2vfp
Paolo Teti
-0
/
+8
2018-02-11
Collection of VFP intrinsics
Paolo Teti
-0
/
+43
2018-02-04
Fix __aeabi_fcmple and add test cases
Paolo Teti
-1
/
+1
2018-01-24
Fix some typos/bugs with float comparison intrinsics
Alex Crichton
-3
/
+46
2017-12-29
comparesf2/comparedf2: fix a signedness bug and add tests.
whitequark
-11
/
+17
2017-12-29
comparesf2/comparedf2: use i32 instead of bool for return type.
whitequark
-20
/
+20
2017-12-28
Implement comparesf2/comparedf2 intrinsics.
whitequark
-0
/
+166