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