Skip to content

Commit

Permalink
Note on optimisations used.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwesterb authored Jul 10, 2024
1 parent 25ac2cb commit 4bf4b2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ func main() {
and.And(dst, a, b)
}
```

Makes use of AVX2 on AMD64 and NEON on ARM64.

0 comments on commit 4bf4b2a

Please sign in to comment.