Add addition, subtraction, multiplication, and compare operations for `f128` by tgross35 · Pull Request #606 · rust-lang/compiler-builtins

@tgross35 tgross35 marked this pull request as ready for review

May 12, 2024 22:58

This was referenced

May 13, 2024

This was referenced

May 14, 2024
`MinInt` contains the basic methods that are only needed by integers
involved in widening operations, i.e. big integers. `Int` retains all
other operations and convenience methods.

@tgross35

Change float test macros to fall back to testing against `rustc_apfloat`
when system implementations are not available, rather than just skipping
tests.

This allows for easier debugging where operations may not be supported.

@tgross35

@tgross35

@tgross35

@tgross35

@tgross35

@tgross35 tgross35 deleted the f16-f128-intrinsics-min branch

May 16, 2024 17:47

This was referenced

May 17, 2024

tgross35 pushed a commit that referenced this pull request

Jan 31, 2026
Add addition, subtraction, multiplication, and compare operations for `f128`