Re: [PATCH] RAS/AMD/ATL: Remove bitwise_xor_bits
From: Nikolay Borisov
Date: Tue Nov 18 2025 - 07:38:13 EST
On 11/18/25 14:33, Borislav Petkov wrote:
It is bitwise XORing the bits. That just*happens* to be the same thing as
calculating the parity modulo 2.
Unless you wanna say something else here which I don't grok...
Fair point, but bitwise xor is the lowest possible operation, I guess we care about the higher-level effect, which is calculating parity.