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:
parent
2daef51fe5
commit
4ca15a8a51
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user