We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bebfae commit 5277ea1Copy full SHA for 5277ea1
example/alloc_system.rs
@@ -17,6 +17,7 @@ const MIN_ALIGN: usize = 8;
17
target_arch = "aarch64",
18
target_arch = "loongarch64",
19
target_arch = "mips64",
20
+ target_arch = "mips64r6",
21
target_arch = "s390x",
22
target_arch = "sparc64"))]
23
const MIN_ALIGN: usize = 16;
0 commit comments