mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
26fa5c2c30
Instead of not generating the function at all on big endian (which makes the CHECK lines fail), instead use to_le() on big endian, so that we essentially perform a bswap for both endiannesses.