We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011ebda commit 5672c9bCopy full SHA for 5672c9b
src/liballoc_jemalloc/lib.rs
@@ -84,7 +84,8 @@ mod imp {
84
target_arch = "aarch64",
85
target_arch = "powerpc64",
86
target_arch = "mips64",
87
- target_arch = "s390x")))]
+ target_arch = "s390x",
88
+ target_arch = "sparc64")))]
89
const MIN_ALIGN: usize = 16;
90
91
// MALLOCX_ALIGN(a) macro
src/liballoc_system/lib.rs
@@ -35,7 +35,8 @@ const MIN_ALIGN: usize = 8;
35
#[cfg(all(any(target_arch = "x86_64",
36
37
38
39
40
41
42
#[no_mangle]
0 commit comments