-
Notifications
You must be signed in to change notification settings - Fork 1.1k
notbsd: Deduplicate definitions #269
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
Conversation
A bunch of definitions were duplicated across, eg, android and linux. This commit pulls these up to higher levels where they can be shared.
(rust_highfive has picked a reviewer for you, use r? to override) |
(That function was found, as were 8 I lost on mips.) |
I think there's something wrong with the current OS X nightly
|
Checked the numbers of tests on all architectures, and they match the most recent passing master build. |
Yeah, I think that could be good but less important than #270. |
notbsd: Deduplicate definitions A bunch of definitions were duplicated across, eg, android and linux. This commit pulls these up to higher levels where they can be shared.
☀️ Test successful - status-appveyor, travis |
This migrates the entire `i686::sse` module (and touches a few others) to the vendor types.
A bunch of definitions were duplicated across, eg, android and linux.
This commit pulls these up to higher levels where they can be shared.