2 references to BlendVariable
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMax.cs (1)
495
if (sizeof(T) == 2) return Avx2.
BlendVariable
(left.AsUInt16(), right.AsUInt16(), (~mask).AsUInt16()).As<ushort, T>();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx2.cs (1)
336
public static Vector256<ushort> BlendVariable(Vector256<ushort> left, Vector256<ushort> right, Vector256<ushort> mask) =>
BlendVariable
(left, right, mask);