This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add vectorization of sqrt to the i386 backend


Richard Guenther <rguenther@suse.de> wrote on 28/11/2006 16:47:24:
> >
> > I was hoping that restricting the testcase for 'vect_double' targets
would
> > suffice, along with xfailing the 'pattern recognized' test on targets
that
> > don't have a vector sqrt builtin yet.
>
> Ok, that would have the benefit that we notice if it starts passing once
> support for vectorized sqrt becomes more widespread.  Any idea of the
> initial XFAIL target list?
>

as far as I know, the only other vect_double target at the moment is the
new spu port (I'm preparing a patch to enable the vectorizer testcases for
the spu right now).

dorit

> Thanks,
> Richard.
>
> --
> Richard Guenther <rguenther@suse.de>
> Novell / SUSE Labs


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]