\mathsf{fma}\left(3, 4, 5\right)\mathsf{fma}\left(3, 4, 5\right)double code() {
return ((double) fma(3.0, 4.0, 5.0));
}
double code() {
return ((double) fma(3.0, 4.0, 5.0));
}
Results
Initial program 0
Final simplification0
herbie shell --seed 2020153
(FPCore ()
:name "(fma 3 4 5)"
:precision binary64
(fma 3.0 4.0 5.0))