[Bug target/127055] Missing vectorizations of round math functions

mkretz at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Aug 25 13:45:37 GMT 2026


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

--- Comment #4 from Matthias Kretz (Vir) <mkretz at gcc dot gnu.org> ---
So I did a bit of digging. r13-2694-g3e8c4b925a9825 removed the following
comment: "The round insn does not trap on denormals.", which matches both the
roundps and roundss documentation. So either ceil/floor can be implemented with
roundss *and* roundps or neither of them, no?


More information about the Gcc-bugs mailing list