Skip to content

Commit

Permalink
Revert: asm/hwcap.h for Arm caps on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Oct 21, 2023
1 parent 88f3e2d commit 7b2603c
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 238 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,6 @@ Stay updated with the latest advancements by always using the most recent compil

Should you wish to integrate SimSIMD within USearch, simply compile USearch with the flag `USEARCH_USE_SIMSIMD=1`. Notably, this is the default setting on the majority of platforms.

## Upcoming Features

Here's a glance at the exciting developments on our horizon:

- [x] Exposing Hamming and Tanimoto bitwise distances to the Python interface.
- [ ] Intel AMX backend. Note: Currently, the intrinsics are functional only with Intel's latest compiler.

__To rerun experiments__ utilize the following command:

```sh
Expand All @@ -189,15 +182,15 @@ python python/bench.py --n 1000 --ndim 1000000 # batch size and dimensions
__To test and benchmark JavaScript bindings__:

```sh
npm install
npm install --dev
npm test
npm bench
```

__To test GoLang bindings__:
__To test and benchmark GoLang bindings__:

```sh
cd golang
go test # To run the tests
go test -run=^$ -bench=. -benchmem
go test # To test
go test -run=^$ -bench=. -benchmem # To benchmark
```
Loading

0 comments on commit 7b2603c

Please sign in to comment.