https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110105
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- float mul(float x, float y, float z) { return ((double)x) * y + z; } Also produces the conversion ...
pinskia at gcc dot gnu.org via Gcc-bugs Sat, 03 Jun 2023 10:56:58 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110105
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- float mul(float x, float y, float z) { return ((double)x) * y + z; } Also produces the conversion ...