Skip to content

Commit 15b35af

Browse files
authored
Rollup merge of #148052 - tgross35:stabilize-const_mul_add, r=RalfJung
Stabilize `const_mul_add` Newly stable API: ```rust impl {f32, f64} { pub const fn mul_add(self, a: Self, b: Self) -> Self; } ``` This includes making the intrinsics `fmaf{16,32,64,128}` const stable for indirect use, matching similar intrinsics. Closes: rust-lang/rust#146724
2 parents 4fc9c16 + 3c5e16e commit 15b35af

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)