rust/library/std/src/num
Matthias Krüger 26ae47502a
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: https://github.com/rust-lang/rust/issues/146724
2025-12-10 17:16:46 +01:00
..
f16.rs powf, powi: point out SNaN non-determinism 2025-12-03 13:35:34 +01:00
f32.rs Rollup merge of #148052 - tgross35:stabilize-const_mul_add, r=RalfJung 2025-12-10 17:16:46 +01:00
f64.rs Rollup merge of #148052 - tgross35:stabilize-const_mul_add, r=RalfJung 2025-12-10 17:16:46 +01:00
f128.rs powf, powi: point out SNaN non-determinism 2025-12-03 13:35:34 +01:00
mod.rs Make std/src/num mirror core/src/num 2025-05-29 13:10:32 +00:00