rust/compiler/rustc_const_eval
Matthias Krüger 3775f2f5d0
Rollup merge of #126429 - tgross35:f16-f128-const-eval, r=RalfJung
Add `f16` and `f128` const eval for binary and unary operationations

Add const evaluation and Miri support for f16 and f128, including unary and binary operations. Casts are not yet included.

Fixes https://github.com/rust-lang/rust/issues/124583

r? ``@RalfJung``
2024-06-15 14:40:50 +02:00
..
src Rollup merge of #126429 - tgross35:f16-f128-const-eval, r=RalfJung 2024-06-15 14:40:50 +02:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl interpret: make overflowing binops just normal binops 2024-05-21 14:50:09 +02:00