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

◆ ShiftRightLogical128BitLane() [6/8]

static Vector128< uint > System.Runtime.Intrinsics.X86.Sse2.ShiftRightLogical128BitLane ( Vector128< uint > value,
byte numBytes )
inlinestaticinherited

Definition at line 1142 of file Sse2.cs.

1143 {
1144 return ShiftRightLogical128BitLane(value, numBytes);
1145 }
static Vector128< sbyte > ShiftRightLogical128BitLane(Vector128< sbyte > value, byte numBytes)
Definition Sse2.cs:1117

References System.Runtime.Intrinsics.X86.Sse2.ShiftRightLogical128BitLane(), and System.value.