Skip to content

Commit 5277ea1

Browse files
committed
support for mips64r6 as a target_arch value
1 parent 4bebfae commit 5277ea1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/alloc_system.rs

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const MIN_ALIGN: usize = 8;
1717
target_arch = "aarch64",
1818
target_arch = "loongarch64",
1919
target_arch = "mips64",
20+
target_arch = "mips64r6",
2021
target_arch = "s390x",
2122
target_arch = "sparc64"))]
2223
const MIN_ALIGN: usize = 16;

0 commit comments

Comments
 (0)