[Bug middle-end/31249] pseudo-optimzation with sincos/cexpi
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Mar 21 15:57:00 GMT 2007
------- Comment #17 from rguenth at gcc dot gnu dot org 2007-03-21 15:57 -------
It would be nice to know whether darwin does not implement cexp in an optimal
way (special casing zero real part and dispatching to a sincos equivalent for
the imaginary part) or if the issue is only a bad ABI for complex values.
Otherwise the proposal looks ok, those other targets are mostly embedded ones
and as such don't care too much about optimized sincos probably.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31249
More information about the Gcc-bugs
mailing list