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

◆ ShiftRightLogical128BitLane() [2/8]

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

Definition at line 1137 of file Sse2.cs.

1138 {
1139 return ShiftRightLogical128BitLane(value, numBytes);
1140 }
static Vector128< sbyte > ShiftRightLogical128BitLane(Vector128< sbyte > value, byte numBytes)
Definition Sse2.cs:1117

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