support for mips64r6 as a target_arch value
This commit is contained in:
parent
c44324a4fe
commit
c6e03cd951
18 changed files with 20 additions and 10 deletions
|
@ -233,6 +233,7 @@ mod arch {
|
|||
#[cfg(any(
|
||||
target_arch = "loongarch64",
|
||||
target_arch = "mips64",
|
||||
target_arch = "mips64r6",
|
||||
target_arch = "s390x",
|
||||
target_arch = "sparc64",
|
||||
target_arch = "riscv64",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue