about summary refs log tree commit diff
path: root/library/compiler-builtins/src/float/mul.rs
AgeCommit message (Expand)AuthorLines
2025-01-03Fix new `clippy::precedence` errorsTrevor Gross-1/+1
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-13/+13
2024-09-03Remove unsupported *vfp functions (#678)Sbstn Bcht-10/+0
2024-08-03Make use of new `f16` and `f128` config optionsTrevor Gross-1/+1
2024-06-30Fix incorrect rounding with subnormal/zero results of float multiplicationbeetrees-12/+7
2024-05-21Add `ppc_alias` to the `intrinsics!` macroTrevor Gross-7/+2
2024-05-15Implement `f128` multiplicationTrevor Gross-0/+11
2024-05-15Split `Int` into `Int` and `MinInt`Trevor Gross-1/+1
2023-11-26fix: Add (even more) `#[avr_skip]` for floatsPatryk Wychowaniec-0/+2
2023-08-07edition 2018klensy-2/+2
2021-04-02Fix all clippy warningsAaron Kutch-1/+1
2020-12-07Remove `WideInt`Aaron Kutch-11/+19
2019-05-14Run rustfmt over everythingAlex Crichton-1/+1
2018-01-30__[mul/div]sf3vfp and __[mul/div]df3vfp only on ARMPaolo Teti-0/+2
2018-01-29Add support for mul[s/d]f3vfp and div[s/d]f3vfpPaolo Teti-0/+8
2017-11-08Implement mulsf3 and muldf3Oliver Geller-0/+191