|
|
|
|
|
by nestorD
2424 days ago
|
|
The authors ends by noting that FMA would probably have improved the performances for the Rust code. It is interesting to note that, whereas most ffast-math optimization will trade precision for reduced computing time, adding an FMA can only improve the precision of the output (and thus it is a safe optimization). |
|