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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |10.1.0, 8.1.0

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
For i686 (-m32), GCC does cmov for all functions since GCC 8.1.0; with GCC 10+
having the best code gen so far (there is another bug report about improving
similar functions already).

For x86_64, GCC does cmov for all functions since GCC 4.6.0

Reply via email to