Method SHUFFLE2
SHUFFLE2(int, int)
Return a shuffle immediate suitable for use with _mm_shuffle_ps and similar instructions.
Declaration
public static int SHUFFLE2(int x, int y)
Parameters
Type | Name | Description |
---|---|---|
int | x | Integer x |
int | y | Integer y |
Returns
Type | Description |
---|---|
int | Shuffle suitable for use with _mm_shuffle_ps and similar instructions |