The question is related to ARM NEON intrinsics. Iam using ARM neon intrinsics for FIR implementation. I want to reorder a quadword vector data. For example, There are four 32 bit elements in a Neon register - say, Q0 - which is of size 128 bit.
A3 A2 A1 A0
I want to reorder Q0 as A0 A1 A2 A3.
Is there any option to do this?