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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[14 regression] Extra       |Extra movapd emitted for
                   |movapd emitted for MAX      |MAX implementation
                   |implementation              |

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note the issue is ix86_expand_sse_fp_minmax only handles LT/UNGE but it should
handle GT/UNLT with both parts swapped (comparison and true/false).

Note this was just by accident that GCC 14 does not work.

Reply via email to