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

◆ ShiftRightLogical128BitLane() [7/8]

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

Definition at line 1152 of file Sse2.cs.

1153 {
1154 return ShiftRightLogical128BitLane(value, numBytes);
1155 }
static Vector128< sbyte > ShiftRightLogical128BitLane(Vector128< sbyte > value, byte numBytes)
Definition Sse2.cs:1117

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