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

◆ PackSignedSaturate() [3/4]

static Vector256< short > System.Runtime.Intrinsics.X86.Avx2.PackSignedSaturate ( Vector256< int > left,
Vector256< int > right )
inlinestaticinherited

Definition at line 1683 of file Avx2.cs.

1684 {
1685 return PackSignedSaturate(left, right);
1686 }
static Vector256< sbyte > PackSignedSaturate(Vector256< short > left, Vector256< short > right)
Definition Avx2.cs:1678

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