You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Basically the same problem as #12.
Does this crate (intentionally) require +nightly on the aarch64 platform?
The text was updated successfully, but these errors were encountered: