Does the C # compiler / jitter use smooth multiple add functions, if available on the hardware used? If so, are there any specific compiler settings that I need to install in order to use it?
I intend to use compensated algorithms for advanced precision arithmetic, and some of them can be written to use FMA.
source
share