You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most recent version of bytecount published to crates.io (0.6.0, published August 2019) does not compile. It looks like a fix was sent to bytecount in PR #63 but that fix has never been published.
[dependencies]
bytecount = { version = "*", features = ["generic-simd"] }
The most recent version of
bytecount
published to crates.io (0.6.0, published August 2019) does not compile. It looks like a fix was sent tobytecount
in PR #63 but that fix has never been published.error[E0432]: unresolved import `crate::arch::x86_64::_mm_movemask_pi8`
The text was updated successfully, but these errors were encountered: