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
$ cargo build --release...error[E0658]: use of unstable library feature 'stdarch_aarch64_prefetch' --> /Users/julian/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bellperson-0.22.1/src/lib.rs:1:1 |1 | / #![allow(clippy::suspicious_arithmetic_impl)]2 | | //! `bellperson` is a crate for building zk-SNARK circuits. It provides circuit3 | | //! traits and and primitive structures, as well as basic gadget implementations4 | | //! such as booleans and number abstractions.... | | = note: see issue #117217 <https://github.com/rust-lang/rust/issues/117217> for more information = help: add `#![feature(stdarch_aarch64_prefetch)]` to the crate attributes to enable = note: this compiler was built on 2024-10-17; consider upgrading it if it is out of dateerror[E0658]: use of unstable library feature 'stdarch_aarch64_prefetch' --> /Users/julian/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bellperson-0.22.1/src/groth16/multiscalar.rs:290:34 |290 | _prefetch(p as *const _, _PREFETCH_READ, _PREFETCH_LOCALITY3); | ^^^^^^^^^^^^^^ | = note: see issue #117217 <https://github.com/rust-lang/rust/issues/117217> for more information = help: add `#![feature(stdarch_aarch64_prefetch)]` to the crate attributes to enable = note: this compiler was built on 2024-10-17; consider upgrading it if it is out of dateerror[E0658]: use of unstable library feature 'stdarch_aarch64_prefetch' --> /Users/julian/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bellperson-0.22.1/src/groth16/multiscalar.rs:290:50 |290 | _prefetch(p as *const _, _PREFETCH_READ, _PREFETCH_LOCALITY3); | ^^^^^^^^^^^^^^^^^^^ | = note: see issue #117217 <https://github.com/rust-lang/rust/issues/117217> for more information = help: add `#![feature(stdarch_aarch64_prefetch)]` to the crate attributes to enable = note: this compiler was built on 2024-10-17; consider upgrading it if it is out of dateerror[E0635]: unknown feature `stdsimd` --> /Users/julian/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bellperson-0.22.1/src/lib.rs:138:60 |138 | #![cfg_attr(all(target_arch = "aarch64", nightly), feature(stdsimd))] | ^^^^^^^
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: