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

◆ Shuffle() [4/6]

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

Definition at line 902 of file Sse2.cs.

903 {
904 return Shuffle(value, control);
905 }
static Vector128< int > Shuffle(Vector128< int > value, byte control)
Definition Sse2.cs:902

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

Referenced by System.Runtime.Intrinsics.X86.Sse2.Shuffle(), System.Runtime.Intrinsics.X86.Sse2.Shuffle(), and System.Runtime.Intrinsics.X86.Sse2.Shuffle().