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: [autovect] [patch] Non-unit-stride access (interleaving)







Toon Moene <moene@knmi.nl> wrote on 23/11/2005 11:51:14:

> Ira wrote:
>
>  > This is a preliminary implementation of interleaved data support for
>  > the vectorizer for powerpc as described in
>  > http://gcc.gnu.org/ml/gcc/2005-11/msg00701.html.
>
>  > Bootstrapped and tested on ppc-linux. Committed to autovect branch.
>
> If I understand the code correctly, this currently only works on
> powerpc, isn't it (due to the changes to support the new optabs only
> going into altivec.md) ?

Right. Four new optabs have to be implemented in order to support this
feature:
vec_extract_even_optab, vec_extract_odd_optab, vec_interleave_high_optab,
and vec_interleave_low_optab.
We implemented them only for Altivec.

> So I do not need to try this at home - x86_64-unknown-linux-gnu ?
>

:-) No.

> Thanks,
>
> --
> Toon Moene, KNMI, The Netherlands
> Phone: +31 30 2206443; e-mail: moene@knmi.nl

Ira


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