Files
Sylpheed/crates/sylpheed-ppc/tests
MechaCat02 60488297b1
All checks were successful
CI / Native — linux (pull_request) Successful in 1h35m53s
CI / WASM — Web (pull_request) Successful in 29m47s
CI / Formatting (pull_request) Successful in 55s
test(ppc): identity_op off in the golden generator, with the reason
The shifts clippy objects to are the point. These are instruction ENCODERS:
every field is written at its ISA position, so `(((vb >> 5) & 0x3) << 0)`
sits in a column with << 11, << 16, << 21 and reads straight against the
manual's field table, and a trailing `| 0` says 'the low field is zero
here', which is information.

Reduced to what clippy wants, the encodings stop being checkable by eye
against the ISA -- and eye-checkability is all a golden GENERATOR has. There
is nothing else to verify it against.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-13 21:08:41 +02:00
..