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

◆ TestNotZAndNotC() [1/8]

static bool System.Runtime.Intrinsics.X86.Sse41.TestNotZAndNotC ( Vector128< byte > left,
Vector128< byte > right )
inlinestaticinherited

Definition at line 657 of file Sse41.cs.

658 {
659 return TestNotZAndNotC(left, right);
660 }
static bool TestNotZAndNotC(Vector128< sbyte > left, Vector128< sbyte > right)
Definition Sse41.cs:652

References System.Runtime.Intrinsics.X86.Sse41.TestNotZAndNotC().