rustup
rustup copied to clipboard
Add support for loongarch64
The LoongArch architecture (LoongArch) is an Instruction Set Architecture (ISA) that has a RISC style.
Documentations: ISA: https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html ABI: https://loongson.github.io/LoongArch-Documentation/LoongArch-ELF-ABI-EN.html More docs can be found at: https://loongson.github.io/LoongArch-Documentation/README-EN.html
Related PRs: libc: https://github.com/rust-lang/libc/pull/2765 cc: https://github.com/rust-lang/cc-rs/pull/637 rust: https://github.com/rust-lang/rust/pull/96971