Skip to content

Commit

Permalink
Auto merge of #127001 - beetrees:f16-debuginfo, r=michaelwoerister
Browse files Browse the repository at this point in the history
Add Natvis visualiser and debuginfo tests for `f16`

To render `f16`s in debuggers on MSVC targets, this PR changes the compiler to output `f16`s as `struct f16 { bits: u16 }`, and includes a Natvis visualiser that manually converts the `f16`'s bits to a `float` which is can then be displayed by debuggers. `gdb`, `lldb` and `cdb` tests are also included for `f16` .

`f16`/`f128` MSVC debug info issue: #121837
Tracking issue: #116909
  • Loading branch information
bors committed Jul 9, 2024
2 parents 3c0d031 7534703 commit 1d0a174
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 1d0a174

Please sign in to comment.