AVX2 rotate vector

563 Views Asked by At

My platform is MASM64, AVX2. I need to perform a rotate operation over the YMM registry as follow:

|| A0 || A1 || A2 || A3 || = > || A1 || A2 || A3 || A0 ||

where Ai is a qword. I was not able to find any documentation's reference to the same issue.

Thanks in advance!

0

There are 0 best solutions below