On Thu, 2026-05-07 at 15:22 +0800, Lulu Cheng wrote: > 在 2026/5/7 上午4:22, Andrew Waterman 写道: > > The correct expression is ((c &~ a) ^ b). I assume the code is > > correct if borrowed from the RISC-V port, and only the changelog is > > incorrect. > > > The implementation logic in the template is indeed a ^ b ^ (a | c) => > (~a & c) ^ b, so it seems only the changelog is incorrect. > > Thanks!
I think my brain have had some damage and I'll fix the changelog in the next revision. -- Xi Ruoyao <[email protected]>
