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

◆ Max() [6/8]

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

Definition at line 727 of file Sse2.cs.

728 {
729 return Max(left, right);
730 }
static Vector128< byte > Max(Vector128< byte > left, Vector128< byte > right)
Definition Sse2.cs:722

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