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

fix build error on AVX-512 #398

Merged
merged 1 commit into from
Feb 23, 2024
Merged

fix build error on AVX-512 #398

merged 1 commit into from
Feb 23, 2024

Conversation

AquaEBM
Copy link
Contributor

@AquaEBM AquaEBM commented Feb 23, 2024

fixes the following compile error (on latest nightly):

error[E0658]: use of unstable library feature 'stdarch_x86_avx512'
  --> crates\core_simd\src\swizzle_dyn.rs:59:32
   |
59 |                 32 => transize(x86::_mm256_permutexvar_epi8, zeroing_idxs(idxs), self),
   |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: see issue #111137 <https://github.com/rust-lang/rust/issues/111137> for more information
   = help: add `#![feature(stdarch_x86_avx512)]` to the crate attributes to enable
   = note: this compiler was built on 2024-02-22; consider upgrading it if it is out of date

@calebzulawski
Copy link
Member

Thanks!

@calebzulawski calebzulawski merged commit fbc9efa into rust-lang:master Feb 23, 2024
66 checks passed
@AquaEBM AquaEBM deleted the avx512-feature-flag branch May 18, 2024 12:17
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