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

◆ ShuffleHigh() [2/2]

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

Definition at line 922 of file Sse2.cs.

923 {
924 return ShuffleHigh(value, control);
925 }
static Vector128< short > ShuffleHigh(Vector128< short > value, byte control)
Definition Sse2.cs:917

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