rustup icon indicating copy to clipboard operation
rustup copied to clipboard

Add support for loongarch64

Open zhaixiaojuan opened this issue 3 years ago • 0 comments

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

zhaixiaojuan avatar Aug 01 '22 09:08 zhaixiaojuan