summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-05 22:44:33 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-11-05 22:44:33 -0400
commit5bd0edbbe10364d085ff0d314b2513e0e9fbf162 (patch)
treee8756ae3ef9c695e34d4657ede83e43de1c36e8d /Cargo.lock
parent4368913d8fc174cf21fcb9d04b24136ceb87a393 (diff)
Actually use simd/avx optimizations in bytecount crate.
Also update compile script.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d497e7b7..7b502738 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"