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

◆ PackSignedSaturate() [2/2]

static Vector128< sbyte > System.Runtime.Intrinsics.X86.Sse2.PackSignedSaturate ( Vector128< short > left,
Vector128< short > right )
inlinestaticinherited

Definition at line 882 of file Sse2.cs.

883 {
884 return PackSignedSaturate(left, right);
885 }
static Vector128< sbyte > PackSignedSaturate(Vector128< short > left, Vector128< short > right)
Definition Sse2.cs:882

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

Referenced by System.Runtime.Intrinsics.X86.Sse2.PackSignedSaturate(), and System.Runtime.Intrinsics.X86.Sse2.PackSignedSaturate().