This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Native support for vector shift
>> It shouldn't be too hard to add the support. I suspect the person who did the
>> initial support may have been on a machine without vector shifts.
>
> Nope, because it was originally done by Aldy who did the VMX support
> which had vector shifts.
OTOH the support for vector lowering was weaker than now in 3.x and it
was harder to add more lowering. It shouldn't be very hard now to add
all kinds of shifts and also auto-splatting.
Paolo