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

Fix Android’s CPU features #339

Merged
merged 2 commits into from
Oct 27, 2019
Merged

Fix Android’s CPU features #339

merged 2 commits into from
Oct 27, 2019

Conversation

nagisa
Copy link
Contributor

@nagisa nagisa commented Oct 26, 2019

The Rust Android target uses CPU features such as +popcnt and +sse4.2 which
are not available on Penryn. List the used CPU exactly the same way as
it is listed in the Rust target here.

Please publish an updated docker image sooner rather than later.

The Android target uses CPU features such as +popcnt and +sse4.2 which
are not available on Penryn. List the used CPU exactly the same way as
it is listed in the Rust target.
therealprof
therealprof previously approved these changes Oct 26, 2019
Copy link
Contributor

@therealprof therealprof left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

bors r+

bors bot added a commit that referenced this pull request Oct 26, 2019
339: Fix Android’s CPU features r=therealprof a=nagisa

The Rust Android target uses CPU features such as +popcnt and +sse4.2 which
are not available on Penryn. List the used CPU exactly the same way as
it is listed in the Rust target [here](https://github.com/rust-lang/rust/blob/master/src/librustc_target/spec/x86_64_linux_android.rs#L7).

Please publish an updated docker image sooner rather than later.

Co-authored-by: Simonas Kazlauskas <[email protected]>
@Dylan-DPC-zz
Copy link

Tests failing

@therealprof
Copy link
Contributor

Tests failing

powerpc and sparc build failures? Looks totally unrelated.

@bors
Copy link
Contributor

bors bot commented Oct 26, 2019

Build failed

  • rust-embedded.cross

@reitermarkus
Copy link
Member

PowerPC and Sparc usually need the kernel version to be updated.

@reitermarkus
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Oct 27, 2019
339: Fix Android’s CPU features r=reitermarkus a=nagisa

The Rust Android target uses CPU features such as +popcnt and +sse4.2 which
are not available on Penryn. List the used CPU exactly the same way as
it is listed in the Rust target [here](https://github.com/rust-lang/rust/blob/master/src/librustc_target/spec/x86_64_linux_android.rs#L7).

Please publish an updated docker image sooner rather than later.

Co-authored-by: Simonas Kazlauskas <[email protected]>
@bors
Copy link
Contributor

bors bot commented Oct 27, 2019

Build succeeded

  • rust-embedded.cross

@bors bors bot merged commit b3beb5e into cross-rs:master Oct 27, 2019
@reitermarkus
Copy link
Member

Thanks!

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.

4 participants