1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-08 16:53:58 +02:00

simd-accel should not invoke avx-accel.

This was a silly transcription error.
This commit is contained in:
Andrew Gallant 2016-11-06 16:15:23 -05:00
parent 2daef51fe5
commit 4ca15a8a51

View File

@ -46,7 +46,7 @@ winapi = "0.2"
[features]
avx-accel = ["bytecount/avx-accel"]
simd-accel = ["bytecount/avx-accel", "regex/simd-accel"]
simd-accel = ["bytecount/simd-accel", "regex/simd-accel"]
[profile.release]
debug = true