Method SHUFFLE2
SHUFFLE2(Int32, Int32)
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 |
---|---|---|
Int32 | x | Integer x |
Int32 | y | Integer y |
Returns
Type | Description |
---|---|
Int32 | Shuffle suitable for use with _mm_shuffle_ps and similar instructions |