Skip to content

Various MIPS cleanups #618

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

Merged
merged 3 commits into from
Jun 15, 2017
Merged

Various MIPS cleanups #618

merged 3 commits into from
Jun 15, 2017

Conversation

jcowgill
Copy link
Contributor

This PR contains a few cleanups to the MIPS part of the bindings. It mostly moves stuff out of mips/mips32.rs into mips/mod.rs which is identical between mips32 and mips64, mostly because mips64 is missing a number of syscalls. In addition, I add struct flock which was missing on mips64.

@alexcrichton
Copy link
Member

Looks like CI may be failing?

jcowgill added 3 commits June 15, 2017 11:00
As a result of this commit, glob64_t will be added to mips64.
In addition, move the syscalls to the mips module file because they are
all identical in mips32 and mips64.
@jcowgill
Copy link
Contributor Author

I've fixed the style errors and the CI seems to be passing now.

@alexcrichton
Copy link
Member

@bors: r+

Thanks!

@bors
Copy link
Contributor

bors commented Jun 15, 2017

📌 Commit 3799b7b has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Jun 15, 2017

⌛ Testing commit 3799b7b with merge ce955e9...

bors added a commit that referenced this pull request Jun 15, 2017
Various MIPS cleanups

This PR contains a few cleanups to the MIPS part of the bindings. It mostly moves stuff out of `mips/mips32.rs` into `mips/mod.rs` which is identical between mips32 and mips64, mostly because mips64 is missing a number of syscalls. In addition, I add `struct flock` which was missing on mips64.
@bors
Copy link
Contributor

bors commented Jun 15, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing ce955e9 to master...

@bors bors merged commit 3799b7b into rust-lang:master Jun 15, 2017
danielverkamp pushed a commit to danielverkamp/libc that referenced this pull request Apr 28, 2020
First one is the quite simple `_mm512_abs_epi32` intrinsic!
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.

3 participants