Return a register with the first half of the lane elements selected from a and the second half from b.
- Template Parameters
-
| t_mask | An integer value used as control mask. Consult the intel intrinsics guide for further information. Note that this library provides template functions in permute.h to apply the correct mask for each use-case. |
| T_RegisterType | The register type |
- Parameters
-
| [in] | a | First register |
| [in] | b | Second register |
- Returns
- New register with shuffled values