Skip to content

Commit

Permalink
Add loongarch64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaixiaojuan committed Nov 17, 2022
1 parent 8b886be commit 80fc915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jemallocator/benches/roundtrip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions jemallocator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 80fc915

Please sign in to comment.