Function fmaf_with_fma

Source
unsafe fn fmaf_with_fma(x: f32, y: f32, z: f32) -> f32
Expand description

§Safety

Must have +fma available.