Skip to content
Snippets Groups Projects

Support for SIMD operations for RGG1555

Merged João Magalhães requested to merge joamag/simd into master
+ 2
3
@@ -18,6 +18,7 @@ crate-type = ["cdylib", "rlib"]
default = []
wasm = ["wasm-bindgen", "js-sys"]
python = ["pyo3"]
benchmark = ["criterion"]
simd = []
debug = []
pedantic = []
@@ -28,9 +29,7 @@ gen-mock = []
wasm-bindgen = { version = "0.2", optional = true }
js-sys = { version = "0.3", optional = true }
pyo3 = { version = "0.20", optional = true }
[dev-dependencies]
criterion = "0.5"
criterion = { version = "0.5", optional = true }
[build-dependencies]
chrono = "0.4"
Loading