1 reference to UnpackLow
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx2.cs (1)
2827
public static Vector256<long> UnpackLow(Vector256<long> left, Vector256<long> right) =>
UnpackLow
(left, right);