https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106902

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note -mfma should only increase the precision of doing a multiple and add in
infinite precision before a rounding step. So if you depend on exactly rounding
after each operation then you need to use -ffp-contract=off option.

Reply via email to