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

installation fails #19

Open
juliangruber opened this issue Oct 18, 2024 · 0 comments
Open

installation fails #19

juliangruber opened this issue Oct 18, 2024 · 0 comments

Comments

@juliangruber
Copy link

$ 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 circuit
3   | | //! traits and and primitive structures, as well as basic gadget implementations
4   | | //! 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 date

error[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 date

error[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 date

error[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))]
    |                                                            ^^^^^^^
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