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

+stable build on M1 Mac #15

Open
eadf opened this issue Sep 9, 2021 · 0 comments
Open

+stable build on M1 Mac #15

eadf opened this issue Sep 9, 2021 · 0 comments

Comments

@eadf
Copy link

eadf commented Sep 9, 2021

Basically the same problem as #12.

$ cargo +stable build
   Compiling bitintr v0.3.0 (/Users/redacted/Develop/rust-workspace/bitintr)
error[E0658]: use of unstable library feature 'stdsimd'
  --> src/lib.rs:28:13
   |
28 |     pub use core::arch::aarch64::*;
   |             ^^^^^^^^^^^^^^^^^^^
   |
   = note: see issue #27731 <https://github.com/rust-lang/rust/issues/27731> for more information

Does this crate (intentionally) require +nightly on the aarch64 platform?

$ rustc +stable --version
rustc 1.55.0 (c8dfcfe04 2021-09-06)
@eadf eadf changed the title Build on +stable on M1 Mac +stable build on M1 Mac Sep 9, 2021
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

No branches or pull requests

1 participant