1 reference to Expand
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512F.cs (1)
1252
public static Vector256<int> Expand(Vector256<int> merge, Vector256<int> mask, Vector256<int> value) =>
Expand
(merge, mask, value);