Hi,I have looked through all the intrinsics for the Helium and can not find what would swap the values in the vector. As I understand it, this can only be done by loading/storing into/from memory. Can you please tell me, am I right, or is there a special intrinsic for the swap?Regards,Yevhenii
Hi 42Bastian,I mean swap ABCD in several variations:ABCD => BACD or BADC or CBAD or ...Regards,Yevhenii
But you mean elements, right?So when writing ABCD, you mean a vector of four 32bit elements.
Yes