3 references to Xor
Microsoft.ML.CpuMath (2)
AvxIntrinsics.cs (2)
141Vector256<float> xDst1Abs = Avx.Xor(xDst1, xSign); 143Vector256<float> x2 = Avx.Xor(xSign, xThreshold); // -xThreshold if xDst1 is negative and +xThreshold otherwise
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx.cs (1)
1444public static Vector256<float> Xor(Vector256<float> left, Vector256<float> right) => Xor(left, right);