https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114987
--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Or of course for -ffast-math find out the whole loop is kind of pointless and replace the whole loop with x = x + 65536.f * y;
jakub at gcc dot gnu.org via Gcc-bugs Tue, 17 Dec 2024 04:49:02 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114987
--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Or of course for -ffast-math find out the whole loop is kind of pointless and replace the whole loop with x = x + 65536.f * y;