------- Comment #15 from rguenth at gcc dot gnu dot org 2006-12-07 20:50 ------- Note that for _vectorization_ of sincos we need the following:
- a vectorized sincos implementation and vectorization support for it (that's the easier part). At the moment we only can vectorize calls to sqrt. - re-order the recip pass (tree-ssa-math-opts.c) and the loop passes. At the moment we generate the sincos _after_ vectorization -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30038