You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting cmake option ENABLE_FMA=ON then -mfma compiler option is added (only on compilers that support it). This gives better performance, but slightly different results. And because of that some unit tests don't pass (Wendling gamma index and linear interpolation). Check if enabling FMA gives more or less accurate results.
The text was updated successfully, but these errors were encountered:
When setting cmake option
ENABLE_FMA=ON
then-mfma
compiler option is added (only on compilers that support it). This gives better performance, but slightly different results. And because of that some unit tests don't pass (Wendling gamma index and linear interpolation). Check if enabling FMA gives more or less accurate results.The text was updated successfully, but these errors were encountered: