fix cross compilation of std
This commit is contained in:
parent
1b9e9ab1dc
commit
43615a03f3
6 changed files with 19 additions and 3 deletions
|
@ -77,7 +77,8 @@ const MIN_ALIGN: usize = 8;
|
|||
#[cfg(all(any(target_arch = "x86",
|
||||
target_arch = "x86_64",
|
||||
target_arch = "aarch64",
|
||||
target_arch = "powerpc64")))]
|
||||
target_arch = "powerpc64",
|
||||
target_arch = "mips64")))]
|
||||
const MIN_ALIGN: usize = 16;
|
||||
|
||||
// MALLOCX_ALIGN(a) macro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue