1 reference to ShiftRightLogicalVariable
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx10v1.cs (1)
3665
public static Vector256<short> ShiftRightLogicalVariable(Vector256<short> value, Vector256<ushort> count) =>
ShiftRightLogicalVariable
(value, count);