Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
blaise-muhirwa committed Dec 23, 2023
1 parent c937682 commit 021b6b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ Example Usage:
./build.sh -t -e -v
```

### Support for SIMD Extensions

We currently support SIMD extensions for certain platforms as detailed below.

| Operation | x86_64 | arm64v8 | Apple silicone |
|-----------|--------|---------|-----------------|
| FP32 Inner product |SSE, AVX, AVX512 | No SIMD support | No SIMD support |
| FP32 L2 distance |SSE, AVX, AVX512| No SIMD support | No SIMD support |



### System Requirements
Currently, we only support MacOS (and partially Ubuntu Linux). Before building Flatnav, you will need the following

Expand Down

0 comments on commit 021b6b5

Please sign in to comment.