rust/library/coretests
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
..
benches Implement benchmarks for uN::{gather,scatter}_bits 2025-12-03 20:39:51 +02:00
tests Rollup merge of #148052 - tgross35:stabilize-const_mul_add, r=RalfJung 2025-12-10 17:16:46 +01:00
Cargo.toml Move float tests from std to core 2025-05-13 22:22:15 +00:00
lib.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00