File: remove-simd-accel.patch

package info (click to toggle)
rust-grep-searcher 0.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 360 kB
  • sloc: makefile: 6
file content (9 lines) | stat: -rw-r--r-- 313 bytes parent folder | download
1
2
3
4
5
6
7
8
9
Index: grep-searcher/Cargo.toml
===================================================================
--- grep-searcher.orig/Cargo.toml
+++ grep-searcher/Cargo.toml
@@ -63,4 +63,3 @@ version = "1.1"
 [features]
 avx-accel = []
 default = ["bytecount/runtime-dispatch-simd"]
-simd-accel = ["encoding_rs/simd-accel"]