diff options
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 21a50b0..e29485f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ rand = { version = "0.8.5", optional = true } kmeans = { version = "0.2.1", optional = true } [features] -default = ["simd-kmeans"] +#default = ["simd-kmeans"] # use the kmeans crate instead of the internal kmeans implementation. the crate # is faster and uses SIMD but requries nightly Rust. simd-kmeans = ["kmeans"] |