mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 02:07:48 +00:00
When comparing the assembly instructions against the expected instruction, depending on the platform, we might end up with `tzcntl != tzcnt`. This commit truncates the instructions to the length of the expected instruction, such that `tzcntl => tzcnt` and the comparison succeeds.