about summary refs log tree commit diff
path: root/library/compiler-builtins/src/float/cmp.rs
AgeCommit message (Expand)AuthorLines
2025-01-03Shorten prefixes for float constantsTrevor Gross-2/+2
2024-10-25Rename `Float::repr` and `Float::from_repr`Trevor Gross-6/+6
2024-09-03Remove unsupported *vfp functions (#678)Sbstn Bcht-51/+0
2024-08-03Make use of new `f16` and `f128` config optionsTrevor Gross-1/+1
2024-05-21Add `ppc_alias` to the `intrinsics!` macroTrevor Gross-46/+8
2024-05-15Implement `f128` comparisonTrevor Gross-0/+83
2024-05-15Split `Int` into `Int` and `MinInt`Trevor Gross-1/+1
2023-08-07edition 2018klensy-2/+2
2023-06-12fix: Add `#[avr_skip]` for floatsPatryk Wychowaniec-0/+14
2021-04-02Fix all clippy warningsAaron Kutch-12/+9
2020-12-07Remove `WideInt`Aaron Kutch-15/+4
2019-05-14Run rustfmt over everythingAlex Crichton-33/+34
2018-02-25Add __ledf2vfp and __lesf2vfpPaolo Teti-0/+8
2018-02-11Collection of VFP intrinsicsPaolo Teti-0/+43
2018-02-04Fix __aeabi_fcmple and add test casesPaolo Teti-1/+1
2018-01-24Fix some typos/bugs with float comparison intrinsicsAlex Crichton-3/+46
2017-12-29comparesf2/comparedf2: fix a signedness bug and add tests.whitequark-11/+17
2017-12-29comparesf2/comparedf2: use i32 instead of bool for return type.whitequark-20/+20
2017-12-28Implement comparesf2/comparedf2 intrinsics.whitequark-0/+166