3 references to Xor
Microsoft.ML.CpuMath (2)
SseIntrinsics.cs (2)
134Vector128<float> xDst1Abs = Sse.Xor(xDst1, xSign); 136Vector128<float> x2 = Sse.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\Sse.cs (1)
647public static Vector128<float> Xor(Vector128<float> left, Vector128<float> right) => Xor(left, right);