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

◆ ShuffleLow() [1/2]

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

Definition at line 927 of file Sse2.cs.

928 {
929 return ShuffleLow(value, control);
930 }
static Vector128< short > ShuffleLow(Vector128< short > value, byte control)
Definition Sse2.cs:927

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

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