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

simd feature doesn't compile #59

Closed
ZettaScript opened this issue Aug 3, 2021 · 3 comments
Closed

simd feature doesn't compile #59

ZettaScript opened this issue Aug 3, 2021 · 3 comments

Comments

@ZettaScript
Copy link

Problem

The simd feature doesn't compile because of an error in packed_simd.

Steps to reproduce

Add dependency brotli with simd feature to any crate.

Solution

Switching to packed_simd_2 is probably the solution.

Details

Tested with Rust stable 1.54.0 and nightly 1.56.0 (2021-07-28), on Linux 5.10.52-1-lts.

@ZettaScript
Copy link
Author

I tried packed_simd_2, it compiles and runs fine.

In fact it looks like the feature doesn't change anything.

@billyb2
Copy link
Contributor

billyb2 commented Sep 2, 2021

You may be interested in #62

@atouchet
Copy link
Contributor

atouchet commented Nov 1, 2021

This crate is now using packed_simd_2 as of #62. Can this be closed now?

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

3 participants