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

◆ Permute2x128() [6/10]

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

Definition at line 717 of file Avx.cs.

718 {
719 return Permute2x128(left, right, control);
720 }
static Vector256< byte > Permute2x128(Vector256< byte > left, Vector256< byte > right, byte control)
Definition Avx.cs:712

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