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;

Reply via email to