5 references to GatherVector256
Microsoft.ML.CpuMath (1)
AvxIntrinsics.cs (1)
81return Avx2.GatherVector256(src, idx256, 4);
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx2.cs (4)
12351 => GatherVector256(baseAddress, index, 1), 12362 => GatherVector256(baseAddress, index, 2), 12374 => GatherVector256(baseAddress, index, 4), 12388 => GatherVector256(baseAddress, index, 8),