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

Add missing docs #627

Merged
merged 1 commit into from
Dec 22, 2018
Merged

Add missing docs #627

merged 1 commit into from
Dec 22, 2018

Conversation

GuillaumeGomez
Copy link
Member

@gnzlbg gnzlbg merged commit 18ea4e0 into rust-lang:master Dec 22, 2018
@gnzlbg
Copy link
Contributor

gnzlbg commented Dec 22, 2018

Thanks!

@GuillaumeGomez
Copy link
Member Author

Question: after updating to last version, it prevents rustc to compile because of:

error[E0658]: the target feature `avx512f` is currently unstable (see issue #44839)e
  --> src/libcore/../stdsimd/coresimd/x86/avx512f.rs:13:18
   |
13 | #[target_feature(enable = "avx512f")]
   |                  ^^^^^^^^^^^^^^^^^^
   |
   = help: add #![feature(avx512_target_feature)] to the crate attributes to enable

Am I supposed to enable the feature as asked or is it a known issue?

@gnzlbg
Copy link
Contributor

gnzlbg commented Dec 22, 2018

That feature is indeed unstable, and I think we have started using it since the last time that stdsimd was updated in the rust-lang/rust repo, so it is likely that libcore has to be updated to enable the feature for x86 and x86_64 targets.

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

Successfully merging this pull request may close these issues.

2 participants