File: remove-simd-accel.patch

package info (click to toggle)
rust-grep-searcher 0.1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 356 kB
  • sloc: makefile: 6
file content (10 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- grep-searcher.orig/Cargo.toml
+++ grep-searcher/Cargo.toml
@@ -38,7 +38,6 @@
 
 [features]
 avx-accel = []
-simd-accel = []
 
 [lib]
 name = "grep_searcher"