[Bug c/54408] sqrt for vector types
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Sep 3 10:17:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54408
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-09-03
CC| |jsm28 at gcc dot gnu.org
Component|other |c
Ever Confirmed|0 |1
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-09-03 10:17:11 UTC ---
Hmm, I suppose the extension would be to the C type-generic math piece. Of
course that would require library support for most routines (and an ABI for
them) or GCC, if no such routine is specified, expanding to a call for each
vector component. Just special-casing sqrt may be convenient but odd.
Joseph, any input?
More information about the Gcc-bugs
mailing list