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

◆ ShuffleLow() [4/4]

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

Definition at line 2113 of file Avx2.cs.

2114 {
2115 return ShuffleLow(value, control);
2116 }
static Vector256< short > ShuffleLow(Vector256< short > value, byte control)
Definition Avx2.cs:2108

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