mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-01 04:32:01 -07:00
Actually use simd/avx optimizations in bytecount crate.
Also update compile script.
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -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"
|
||||
|
Reference in New Issue
Block a user