[autovect] [patch] Non-unit-stride access (interleaving)

Ira Rosen IRAR@il.ibm.com
Wed Nov 23 11:35:00 GMT 2005







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



More information about the Gcc-patches mailing list