Add loongarch64 support (#42)
Signed-off-by: zhaixiaojuan <zhaixiaojuan@loongson.cn>
This commit is contained in:
parent
444e0efb81
commit
0cc7b0ef9f
|
@ -31,6 +31,7 @@ const MIN_ALIGN: usize = 8;
|
|||
target_arch = "aarch64",
|
||||
target_arch = "powerpc64",
|
||||
target_arch = "powerpc64le",
|
||||
target_arch = "loongarch64",
|
||||
target_arch = "mips64",
|
||||
target_arch = "riscv64",
|
||||
target_arch = "s390x",
|
||||
|
|
|
@ -55,6 +55,7 @@ const ALIGNOF_MAX_ALIGN_T: usize = 8;
|
|||
target_arch = "aarch64",
|
||||
target_arch = "powerpc64",
|
||||
target_arch = "powerpc64le",
|
||||
target_arch = "loongarch64",
|
||||
target_arch = "mips64",
|
||||
target_arch = "riscv64",
|
||||
target_arch = "s390x",
|
||||
|
|
Loading…
Reference in New Issue