fma

Function fma 

Source
pub fn fma<C>(a: C, b: C, c: C) -> C
where C: CubePrimitive,
Expand description

Fused multiply-add A*B+C.