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

◆ ShiftRightLogical128BitLane() [1/8]

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

Definition at line 1122 of file Sse2.cs.

1123 {
1124 return ShiftRightLogical128BitLane(value, numBytes);
1125 }
static Vector128< sbyte > ShiftRightLogical128BitLane(Vector128< sbyte > value, byte numBytes)
Definition Sse2.cs:1117

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