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.os.linux: Add clone() implementation for mips64. #21038

Merged
merged 2 commits into from
Aug 12, 2024

Conversation

alexrp
Copy link
Member

@alexrp alexrp commented Aug 12, 2024

See #20904 (comment) for some context. This is just a translation of the musl code here: https://git.musl-libc.org/cgit/musl/tree/src/thread/mips64/clone.s

This is only for N64 for now; N32 support will come later as it requires wider changes.

@alexrp
Copy link
Member Author

alexrp commented Aug 12, 2024

aarch64-macos-release timeout is unrelated.

@andrewrk andrewrk merged commit b00f586 into ziglang:master Aug 12, 2024
9 of 10 checks passed
@alexrp alexrp deleted the linux-mips64-clone branch August 13, 2024 00:00
SammyJames pushed a commit to SammyJames/zig that referenced this pull request Aug 13, 2024
Only for n64; no handling for n32 yet.

Also remove pointless comment about o32 in mips64 code.
richerfu pushed a commit to richerfu/zig that referenced this pull request Oct 28, 2024
Only for n64; no handling for n32 yet.

Also remove pointless comment about o32 in mips64 code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants