Skip to content

Commit

Permalink
Define MIN_ALIGN for loongarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaixiaojuan authored and heiher committed Apr 7, 2023
1 parent 0c115bf commit 556ab26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/alloc_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
const MIN_ALIGN: usize = 8;
#[cfg(any(target_arch = "x86_64",
target_arch = "aarch64",
target_arch = "loongarch64",
target_arch = "mips64",
target_arch = "s390x",
target_arch = "sparc64"))]
Expand Down

0 comments on commit 556ab26

Please sign in to comment.