System\Numerics\Tensors\netcore\TensorPrimitives.Xor.cs (4)
26if (typeof(T) == typeof(Half) && TryBinaryBitwiseInvokeHalfAsInt16<T, XorOperator<short>>(x, y, destination))
31InvokeSpanSpanIntoSpan<T, XorOperator<T>>(x, y, destination);
48if (typeof(T) == typeof(Half) && TryBinaryBitwiseInvokeHalfAsInt16<T, XorOperator<short>>(x, y, destination))
53InvokeSpanScalarIntoSpan<T, XorOperator<T>>(x, y, destination);