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

--- Comment #5 from Matthias Kretz (Vir) <mkretz at gcc dot gnu.org> ---
ISO 60559:2020 says "These operations shall not signal any exception except for
signaling NaN input." for 'roundToIntegralTowardPositive', which 'ceil' is
intended to match.

Consequently, there are a few '&& !flag_trapping_math' in i386/sse.md that can
be dropped, no?

Reply via email to