Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

std: set page size to 16KB for aarch64 macos #6852

Merged
merged 1 commit into from
Oct 29, 2020

Conversation

kubkon
Copy link
Member

@kubkon kubkon commented Oct 28, 2020

With this tweak, test-std pass on Apple Silicon + BigSur.

My guess here is (thanks @LemonBoy for pointing this out BTW!) that this will be a temp fix until #2564 is resolved/decided upon.

With this tweak, `test-std` pass on Apple Silicon + BigSur.
@kubkon kubkon requested a review from andrewrk October 28, 2020 16:45
@kubkon
Copy link
Member Author

kubkon commented Oct 28, 2020

cc @jedisct1

@kubkon kubkon added arch-aarch64 64-bit ARM os-macos standard library This issue involves writing Zig code for the standard library. labels Oct 28, 2020
@kubkon kubkon changed the title Set page size to 16KB for aarch64 macos std: set page size to 16KB for aarch64 macos Oct 28, 2020
@jedisct1
Copy link
Contributor

Yes, the page size is indeed 16Kb on aarch64-based Apple devices, and this is also the case on the DTK.

@andrewrk andrewrk merged commit 1757501 into ziglang:master Oct 29, 2020
@kubkon kubkon deleted the aarch64-macos-page-size branch December 9, 2020 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-aarch64 64-bit ARM os-macos standard library This issue involves writing Zig code for the standard library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants