We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e0a98 commit cd9f825Copy full SHA for cd9f825
Makefile
@@ -86,11 +86,11 @@ test: cargo_test_workspace
86
87
cargo_test_workspace: build
88
export LIBRARY_PATH=/usr/local/lib && RUSTFLAGS="-C link-args=-Wl,-rpath,/usr/local/lib" cargo test --workspace \
89
+ --exclude usearch
90
$(CARGO_FLAGS)
91
# --exclude redisxann-hnsw \
92
# --exclude redisxann-usearch \
93
# --exclude redisxann-faiss \
-# --exclude usearch \
94
95
cargo_test: build
96
export LIBRARY_PATH=/usr/local/lib && RUSTFLAGS="-C link-args=-Wl,-rpath,/usr/local/lib" cargo test --tests $(CARGO_FLAGS)
rust/hnsw/hnswcore/src/lib.rs
@@ -1,3 +1,2 @@
1
-#![feature(stdsimd)]
2
pub mod core;
3
pub mod metrics;
0 commit comments