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

error: the target features fp, neon must all be either enabled or disabled together #1295

Closed
zonyitoo opened this issue Mar 16, 2022 · 1 comment

Comments

@zonyitoo
Copy link

error: the target features fp, neon must all be either enabled or disabled together
    --> /rust/lib/rustlib/src/rust/library/core/src/../../stdarch/crates/core_arch/src/arm_shared/neon/mod.rs:5191:1
     |
5191 | #[target_feature(enable = "neon")]
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = help: add the missing features in a `target_feature` attribute

error: the target features fp, neon must all be either enabled or disabled together
   --> /rust/lib/rustlib/src/rust/library/core/src/../../stdarch/crates/core_arch/src/aarch64/neon/mod.rs:563:1
    |
563 | #[target_feature(enable = "neon")]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: add the missing features in a `target_feature` attribute

Rust version: rustc 1.61.0-nightly (52b34550a 2022-03-15)

Detailed compilation log could be found in: https://github.com/shadowsocks/shadowsocks-rust/runs/5572692069?check_suite_focus=true

@zonyitoo
Copy link
Author

Related to rust-lang/rust#95002 .

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