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

◆ Xor() [7/10]

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

Definition at line 1522 of file Sse2.cs.

1523 {
1524 return Xor(left, right);
1525 }
static Vector128< byte > Xor(Vector128< byte > left, Vector128< byte > right)
Definition Sse2.cs:1512

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