You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
862 B
53 lines
862 B
2 years ago
|
--- simd-adler32-0.3.5/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ simd-adler32-0.3.5/Cargo.toml 2023-07-13T11:14:14.407439+00:00
|
||
|
@@ -35,49 +35,11 @@
|
||
|
opt-level = 2
|
||
|
debug = true
|
||
|
|
||
|
-[[bench]]
|
||
|
-name = "all"
|
||
|
-path = "bench/all.rs"
|
||
|
-harness = false
|
||
|
-
|
||
|
-[[bench]]
|
||
|
-name = "avx2"
|
||
|
-path = "bench/avx2.rs"
|
||
|
-harness = false
|
||
|
-
|
||
|
-[[bench]]
|
||
|
-name = "avx512"
|
||
|
-path = "bench/avx512.rs"
|
||
|
-harness = false
|
||
|
-
|
||
|
-[[bench]]
|
||
|
-name = "scalar"
|
||
|
-path = "bench/scalar.rs"
|
||
|
-harness = false
|
||
|
-
|
||
|
-[[bench]]
|
||
|
-name = "sse2"
|
||
|
-path = "bench/sse2.rs"
|
||
|
-harness = false
|
||
|
-
|
||
|
-[[bench]]
|
||
|
-name = "ssse3"
|
||
|
-path = "bench/ssse3.rs"
|
||
|
-harness = false
|
||
|
-
|
||
|
-[[bench]]
|
||
|
-name = "compete"
|
||
|
-path = "bench/compete.rs"
|
||
|
-harness = false
|
||
|
-
|
||
|
[dev-dependencies.adler]
|
||
|
version = "1.0.2"
|
||
|
|
||
|
[dev-dependencies.adler32]
|
||
|
version = "1.2.0"
|
||
|
-
|
||
|
-[dev-dependencies.criterion]
|
||
|
-version = "0.3"
|
||
|
|
||
|
[dev-dependencies.rand]
|
||
|
version = "0.8"
|