From 9b7650d6c089285949892ef12ce2ccd1c74285cb Mon Sep 17 00:00:00 2001 From: gennyble Date: Mon, 10 Jun 2024 17:28:58 -0500 Subject: Remove simd-kmeans as a default feature 'cause it's broken --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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"] -- cgit 1.4.1-3-g733a5