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
~$ RUSTFLAGS="-C target-cpu=native -g" make ...
...
Compiling bitintr v0.3.0
error[E0658]: use of unstable library feature 'stdsimd'
--> {{redacted}}/.cargo/registry/src/github.com-1ecc6299db9ec823/bitintr-0.3.0/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
error: aborting due to previous error
What am I missing / doing wrong?
The text was updated successfully, but these errors were encountered:
Apologies for the noise: the culprit was a build system explicitly ignoring the default toolchain for a portion of the compilation. This library kept being ran against stable i stead of nightly.
Hi!
According to the history and the library CI
aarch64
should be fully supported. Yet:What am I missing / doing wrong?
The text was updated successfully, but these errors were encountered: