3 references to BlendVariable
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMax.cs (1)
494
if (sizeof(T) == 1) return Avx2.
BlendVariable
(left.AsByte(), right.AsByte(), (~mask).AsByte()).As<byte, T>();
System\Numerics\Tensors\netcore\TensorPrimitives.LeadingZeroCount.cs (1)
102
Vector256<byte> indexVector = Avx2.
BlendVariable
(highNibble, lowNibble, nibbleSelectMask) +
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx2.cs (1)
324
public static Vector256<byte> BlendVariable(Vector256<byte> left, Vector256<byte> right, Vector256<byte> mask) =>
BlendVariable
(left, right, mask);