Add a `Debug` impl and some basic functions to `f16` and `f128` by tgross35 · Pull Request #123783 · rust-lang/rust

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-libs

Relevant to the library team, which will review and decide on the PR/issue.

labels

Apr 11, 2024

@rustbot rustbot added S-blocked

Status: Blocked on something else such as an RFC or other implementation work.

T-libs-api

Relevant to the library API team, which will review and decide on the PR/issue.

and removed T-libs

Relevant to the library team, which will review and decide on the PR/issue.

labels

Apr 11, 2024

bjorn3

juntyr

GuillaumeGomez

@tgross35

`compiler_builtins` uses some convenience functions like `is_nan` and
`is_sign_positive`. Add these, as well as a temporary implementation for
`Debug` that prints the bit representation.

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

S-blocked

Status: Blocked on something else such as an RFC or other implementation work.

labels

Apr 11, 2024