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
/
extend.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-07
Replace some uses of `sign` with `sig`
Trevor Gross
-11
/
+11
2025-03-04
Add __extendhfdf2 and add __truncdfhf2 test
Trevor Gross
-0
/
+8
2025-01-03
Rename `EXP_MAX` to `EXP_SAT`
Trevor Gross
-1
/
+1
2025-01-03
Shorten prefixes for float constants
Trevor Gross
-7
/
+7
2024-10-25
Rename `Float::repr` and `Float::from_repr`
Trevor Gross
-3
/
+3
2024-09-03
Remove unsupported *vfp functions (#678)
Sbstn Bcht
-5
/
+0
2024-08-24
Fix ABI for `f16` builtins on Intel Apple targets
beetrees
-0
/
+2
2024-08-03
Make use of new `f16` and `f128` config options
Trevor Gross
-1
/
+5
2024-05-21
Add `ppc_alias` to the `intrinsics!` macro
Trevor Gross
-18
/
+3
2024-05-15
Correct f128 extend and truncate symbol names on powerpc
Trevor Gross
-0
/
+18
2024-05-15
Split `Int` into `Int` and `MinInt`
Trevor Gross
-1
/
+1
2024-05-02
Add builtins for `f16`/`f128` float conversions
beetrees
-0
/
+34
2023-11-26
fix: Add (even more) `#[avr_skip]` for floats
Patryk Wychowaniec
-0
/
+1
2023-08-07
edition 2018
klensy
-2
/
+2
2019-05-14
Run rustfmt over everything
Alex Crichton
-3
/
+4
2018-02-11
Collection of VFP intrinsics
Paolo Teti
-0
/
+5
2018-02-09
Fix issue extending f32::MIN/MAX to f64 and improve testcrate.
Paolo Teti
-1
/
+1
2018-02-08
Add generic conversion from a narrower to a wider FP type
Paolo Teti
-0
/
+77