Const rounding methods in float types

Indeed, that's what it is.

In fact they are all already implemented in Miri:

So that would mostly just have to be moved over to compiler/rustc_const_eval/src/interpret/intrinsics.rs in the compiler.

Definitely feel free to give it a shot. :slight_smile:

2 Likes