2 references to Permute2x128
Microsoft.ML.CpuMath (1)
FactorizationMachine\AvxIntrinsics.cs (1)
140
tmp = Avx.Add(y, Avx.
Permute2x128
(y, y, 1));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx.cs (1)
909
public static Vector256<float> Permute2x128(Vector256<float> left, Vector256<float> right, [ConstantExpected] byte control) =>
Permute2x128
(left, right, control);