1 reference to Blend
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx2.cs (1)
298
public static Vector256<short> Blend(Vector256<short> left, Vector256<short> right, [ConstantExpected] byte control) =>
Blend
(left, right, control);