Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Shuffle() [6/6]

static Vector128< uint > System.Runtime.Intrinsics.X86.Sse2.Shuffle ( Vector128< uint > value,
byte control )
inlinestaticinherited

Definition at line 907 of file Sse2.cs.

908 {
909 return Shuffle(value, control);
910 }
static Vector128< int > Shuffle(Vector128< int > value, byte control)
Definition Sse2.cs:902

References System.Runtime.Intrinsics.X86.Sse2.Shuffle(), and System.value.