1 reference to ShiftRightLogical
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx2.cs (1)
2436
public static Vector256<int> ShiftRightLogical(Vector256<int> value, Vector128<int> count) =>
ShiftRightLogical
(value, count);