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

◆ AndNot() [7/10]

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

Definition at line 187 of file Sse2.cs.

188 {
189 return AndNot(left, right);
190 }
static Vector128< byte > AndNot(Vector128< byte > left, Vector128< byte > right)
Definition Sse2.cs:177

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