liballoc_*: add MIN_ALIGN for sparc64
This commit is contained in:
committed by
Jorge Aparicio
parent
011ebda40c
commit
5672c9b606
@@ -35,7 +35,8 @@ const MIN_ALIGN: usize = 8;
|
||||
#[cfg(all(any(target_arch = "x86_64",
|
||||
target_arch = "aarch64",
|
||||
target_arch = "mips64",
|
||||
target_arch = "s390x")))]
|
||||
target_arch = "s390x",
|
||||
target_arch = "sparc64")))]
|
||||
const MIN_ALIGN: usize = 16;
|
||||
|
||||
#[no_mangle]
|
||||
|
||||
Reference in New Issue
Block a user