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