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

◆ ShuffleLow() [3/4]

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

Definition at line 2108 of file Avx2.cs.

2109 {
2110 return ShuffleLow(value, control);
2111 }
static Vector256< short > ShuffleLow(Vector256< short > value, byte control)
Definition Avx2.cs:2108

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

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