Function mul_add
const fn mul_add(x: f32, y: f32, z: f32) -> f32
Experimental version of mul_add in core. See f32::mul_add for details.
Examples
# // FIXME(#140515): mingw has an incorrect fma
# // https://sourceforge.net/p/mingw-w64/bugs/848/
#
This standalone function is for testing only. It will be stabilized as an inherent method.