Function fma

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

Fused multiply-add A*B+C.