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

◆ ShuffleHigh() [1/2]

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

Definition at line 917 of file Sse2.cs.

918 {
919 return ShuffleHigh(value, control);
920 }
static Vector128< short > ShuffleHigh(Vector128< short > value, byte control)
Definition Sse2.cs:917

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

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