about summary refs log tree commit diff
path: root/library/compiler-builtins/src/float/extend.rs
AgeCommit message (Expand)AuthorLines
2025-03-07Replace some uses of `sign` with `sig`Trevor Gross-11/+11
2025-03-04Add __extendhfdf2 and add __truncdfhf2 testTrevor Gross-0/+8
2025-01-03Rename `EXP_MAX` to `EXP_SAT`Trevor Gross-1/+1
2025-01-03Shorten prefixes for float constantsTrevor Gross-7/+7
2024-10-25Rename `Float::repr` and `Float::from_repr`Trevor Gross-3/+3
2024-09-03Remove unsupported *vfp functions (#678)Sbstn Bcht-5/+0
2024-08-24Fix ABI for `f16` builtins on Intel Apple targetsbeetrees-0/+2
2024-08-03Make use of new `f16` and `f128` config optionsTrevor Gross-1/+5
2024-05-21Add `ppc_alias` to the `intrinsics!` macroTrevor Gross-18/+3
2024-05-15Correct f128 extend and truncate symbol names on powerpcTrevor Gross-0/+18
2024-05-15Split `Int` into `Int` and `MinInt`Trevor Gross-1/+1
2024-05-02Add builtins for `f16`/`f128` float conversionsbeetrees-0/+34
2023-11-26fix: Add (even more) `#[avr_skip]` for floatsPatryk Wychowaniec-0/+1
2023-08-07edition 2018klensy-2/+2
2019-05-14Run rustfmt over everythingAlex Crichton-3/+4
2018-02-11Collection of VFP intrinsicsPaolo Teti-0/+5
2018-02-09Fix issue extending f32::MIN/MAX to f64 and improve testcrate.Paolo Teti-1/+1
2018-02-08Add generic conversion from a narrower to a wider FP typePaolo Teti-0/+77