Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-pierreBoth committed Apr 22, 2024
1 parent 165d4bd commit 837b5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Compile with **cargo build --release --features "simdeez_f"** ....
To compile this crate on a M1 chip just do not activate this feature.

* It is nevertheless possible to experiment with std::simd. Compiling with the feature stdsimd
(**cargo build --release --features "stdsimd"**), activates the portable_simd features on rust nightly.
**Only the Hamming distance with the u32x16 and u64x8 types and DistL1,DistL2 and DistDot on f32 are provided**.
(**cargo build --release --features "stdsimd"**), activates the portable_simd feature on rust nightly. **This requires nightly compiler**.
Only the Hamming distance with the u32x16 and u64x8 types and DistL1,DistL2 and DistDot on f32 are provided.

### Julia interface

Expand Down

0 comments on commit 837b5f1

Please sign in to comment.