Actually use simd/avx optimizations in bytecount crate.

Also update compile script.
This commit is contained in:
Andrew Gallant
2016-11-05 22:44:33 -04:00
parent 4368913d8f
commit 5bd0edbbe1
3 changed files with 8 additions and 4 deletions

3
Cargo.lock generated
View File

@@ -33,6 +33,9 @@ dependencies = [
name = "bytecount"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"simd 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "crossbeam"