5 references to GatherVector256
Microsoft.ML.CpuMath (1)
AvxIntrinsics.cs (1)
81return Avx2.GatherVector256(src, idx256, 4);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx2.cs (4)
11871 => GatherVector256(baseAddress, index, 1), 11882 => GatherVector256(baseAddress, index, 2), 11894 => GatherVector256(baseAddress, index, 4), 11908 => GatherVector256(baseAddress, index, 8),