Skip to content

Commit

Permalink
Remove simd-kmeans as a default feature 'cause it's broken
Browse files Browse the repository at this point in the history
  • Loading branch information
gennyble committed Jun 10, 2024
1 parent 36ccf4d commit 9b7650d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 9b7650d

Please sign in to comment.