Skip to main content

f_fmla

Function f_fmla 

Source
pub(crate) fn f_fmla(a: f64, b: f64, c: f64) -> f64
Expand description

Optional FMA, if it is available hardware FMA will use, if not then just scalar c + a * b