mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-17 07:32:00 +00:00
This patch also: * Add soft-float supports: only f32 * zero-extend i8/i16 to i32 because MIPS only supports register-length arithmetic. * Update table in asm! chapter in unstable book.