From 4ca15a8a510a1359efc8ced7c26a374839561582 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 6 Nov 2016 16:15:23 -0500 Subject: [PATCH] simd-accel should not invoke avx-accel. This was a silly transcription error. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db2b201..ca4a33d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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