We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede4175 commit 342ba96Copy full SHA for 342ba96
lib/std/mem.zig
@@ -20,6 +20,7 @@ pub const page_size = switch (builtin.arch) {
20
.macos, .ios, .watchos, .tvos => 16 * 1024,
21
else => 4 * 1024,
22
},
23
+ .sparcv9 => 8 * 1024,
24
25
};
26
0 commit comments