I want to know if there is any instruction to shuffle half 256 bits of 512 bits in AVX-512.
I try to ifinish a function that get the low half 256 bits from src1(zmm register) and the low half from src2 to form dst zmm register.
I want to know if there is any instruction to shuffle half 256 bits of 512 bits in AVX-512.
I try to ifinish a function that get the low half 256 bits from src1(zmm register) and the low half from src2 to form dst zmm register.