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