Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 155 Bytes

File metadata and controls

2 lines (2 loc) · 155 Bytes

Fused Multiply Add (FMA)

Write a program that takes three float/double a, b and c and computes the a * b + c on an efficient way.