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

◆ ShiftRightLogical128BitLane() [3/8]

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

Definition at line 1147 of file Sse2.cs.

1148 {
1149 return ShiftRightLogical128BitLane(value, numBytes);
1150 }
static Vector128< sbyte > ShiftRightLogical128BitLane(Vector128< sbyte > value, byte numBytes)
Definition Sse2.cs:1117

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