1 reference to ShiftLeftLogical
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512F.cs (1)
4916
public static Vector512<uint> ShiftLeftLogical(Vector512<uint> value, [ConstantExpected] byte count) =>
ShiftLeftLogical
(value, count);