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

◆ Permute2x128() [1/10]

static new Vector256< byte > System.Runtime.Intrinsics.X86.Avx2.Permute2x128 ( Vector256< byte > left,
Vector256< byte > right,
byte control )
inlinestaticinherited

Definition at line 1703 of file Avx2.cs.

1704 {
1705 return Permute2x128(left, right, control);
1706 }
static new Vector256< sbyte > Permute2x128(Vector256< sbyte > left, Vector256< sbyte > right, byte control)
Definition Avx2.cs:1698

References System.Runtime.Intrinsics.X86.Avx2.Permute2x128().