2 references to BlendVariable
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMax.cs (1)
492
if (typeof(T) == typeof(double)) return Avx2.
BlendVariable
(left.AsDouble(), right.AsDouble(), (~mask).AsDouble()).As<double, T>();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx.cs (1)
104
public static Vector256<double> BlendVariable(Vector256<double> left, Vector256<double> right, Vector256<double> mask) =>
BlendVariable
(left, right, mask);