AdamNiederer / faster

SIMD for humans
Mozilla Public License 2.0
1.56k stars 51 forks source link

Update packed_simd and bump version #67

Closed Titaniumtown closed 3 years ago

Titaniumtown commented 3 years ago

From the packed_simd README.md:

The Crates.io Version Can No Longer Be Updated!

The original maintainer is out of contact, and the new maintainers (the Portable SIMD Project Group) do not have the appropriate crates.io permissions to issue updates.

We are aware that the version available on crates.io is currently broken, and will not build.

If you need to continue to use the crate, we have published a "next version" under an alternative name.

Adjust your [dependencies] section of Cargo.toml to be the following:

packed_simd = { version = "0.3.4", package = "packed_simd_2" }
Titaniumtown commented 3 years ago

vektor version needs to be bumped after https://github.com/AdamNiederer/vektor/pull/5 is merged.

AdamNiederer commented 3 years ago

Thank you!