Skip to content

Conversation

@keith
Copy link
Contributor

@keith keith commented Mar 28, 2025

Otherwise the build fails with:

error[E0635]: unknown feature `stdsimd`
  --> ~/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.6/src/lib.rs:99:42
   |
99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
   |                                          ^^^^^^^

https://users.rust-lang.org/t/error-e0635-unknown-feature-stdsimd/106445

Otherwise the build fails with:

```
error[E0635]: unknown feature `stdsimd`
  --> ~/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.6/src/lib.rs:99:42
   |
99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
   |                                          ^^^^^^^

```

https://users.rust-lang.org/t/error-e0635-unknown-feature-stdsimd/106445
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.

1 participant