We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5277ea1 commit f2dded2Copy full SHA for f2dded2
example/alloc_system.rs
@@ -10,6 +10,7 @@
10
#[cfg(any(target_arch = "x86",
11
target_arch = "arm",
12
target_arch = "mips",
13
+ target_arch = "mips32r6",
14
target_arch = "powerpc",
15
target_arch = "powerpc64"))]
16
const MIN_ALIGN: usize = 8;
0 commit comments