Tracking Issue for const_mul_add (original) (raw)
Feature gate: #![feature(const_mul_add)]
This is a tracking issue for making mul_add const.
Public API
impl {f16, f32, f64, f128} { pub const fn mul_add(self, a: Self, b: Self) -> Self; }
Steps / History
(Remember to update the S-tracking-* label when checking boxes.)
- Implementation: unstably constify float mul_add methods #146735
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.