[Bug target/56253] fp-contract does not work with SSE and AVX FMAs (neither FMA4 nor FMA3)
glisse at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 25 06:39:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56253
--- Comment #15 from Marc Glisse <glisse at gcc dot gnu.org> ---
Oups, sorry, or_ps may be harder, because representing it with vector
extensions requires casts to integer vectors, which makes it much harder to
actually generate or_ps in the backend (there is at least one PR about that),
so we probably won't do it soon.
More information about the Gcc-bugs
mailing list