We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e0458 commit afdf179Copy full SHA for afdf179
src/liballoc_jemalloc/lib.rs
@@ -56,8 +56,7 @@ const MIN_ALIGN: usize = 8;
56
#[cfg(all(any(target_arch = "x86",
57
target_arch = "x86_64",
58
target_arch = "aarch64",
59
- target_arch = "powerpc64",
60
- target_arch = "powerpc64le")))]
+ target_arch = "powerpc64")))]
61
const MIN_ALIGN: usize = 16;
62
63
// MALLOCX_ALIGN(a) macro
0 commit comments