47d34bfbfb4a796aabdd73742a5543fa4008b19c
FMA may return *more precise* results since there is no intermediate rounding when computing (a + b * c). (b * c) is evaluate with infinite precision and only the final result after adding a is rounded to float32. This allows for a FLT_EPSILON difference compared to rounding (b * c) first.
Please see the Ardour web site at https://ardour.org/ for all documentation..
For information on building ardour:
https://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%