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

◆ ShuffleLow() [2/2]

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

Definition at line 932 of file Sse2.cs.

933 {
934 return ShuffleLow(value, control);
935 }
static Vector128< short > ShuffleLow(Vector128< short > value, byte control)
Definition Sse2.cs:927

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