-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MIPS executables are not maximally portable #41606
Comments
This is probably because the default mips cpu baseline in LLVM is MIPS32r2 and the I'm not sure the default ISA level should be changed. There were quite a lot of instructions added in |
I think it is somewhat reasonable to synchronize ISA baseline with Linux distributions. FYI, as documented in https://wiki.debian.org/MIPSPort, current Debian stable baseline is MIPS32R2. |
#48874 may be relevant |
#48874 is merged. Closing this, as default ISA level is intentional. |
For people that don't use MIPS32R2 (like me with R1) and want to compile pre #48874 maybe this helps: Minimal build for VU+ DUO2 mipsel-unknown-linux-gnu with Rust on Windows #37507 (comment) |
Running on qemu with
-M malta -cpu 4Kc
, runningrustup-init
results inrun_utf8_validation
:-cpu 4KEc
does work.The text was updated successfully, but these errors were encountered: