support for mips64r6 as a target_arch value
This commit is contained in:
parent
4bebfae44a
commit
5277ea10b5
@ -17,6 +17,7 @@ const MIN_ALIGN: usize = 8;
|
|||||||
target_arch = "aarch64",
|
target_arch = "aarch64",
|
||||||
target_arch = "loongarch64",
|
target_arch = "loongarch64",
|
||||||
target_arch = "mips64",
|
target_arch = "mips64",
|
||||||
|
target_arch = "mips64r6",
|
||||||
target_arch = "s390x",
|
target_arch = "s390x",
|
||||||
target_arch = "sparc64"))]
|
target_arch = "sparc64"))]
|
||||||
const MIN_ALIGN: usize = 16;
|
const MIN_ALIGN: usize = 16;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user