Files
rust/compiler
León Orell Valerian Liehr 2bc0cf2da5 Rollup merge of #126654 - tgross35:f16-f128-pretty-print, r=jackh726
Make pretty printing for `f16` and `f128` consistent

Currently the docs show e.g.

    {transmute(0xfffeffffffffffffffffffffffffffff): f128}

for f128 constants. This should fix that to instead use apfloat for printing, as is done for `f32` and `f64`.
2024-06-19 09:52:02 +02:00
..
2024-06-17 22:35:25 -04:00
2024-06-18 11:04:01 -04:00