Skip to content

Commit 3dbc0e7

Browse files
authored
Update SIMD acceleration details in README
1 parent 16f8597 commit 3dbc0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The python binding is usable without any other python librairy, but I'm still wo
1212
1313
## Highlight
1414
It provides a modern, extensible infrastructure for efficient vector, matrix, and tensor computations by leveraging:
15-
- **SIMD acceleration** (SSE, AVX2, AVX512),
15+
- **SIMD acceleration** (SSE, AVX2, AVX512, Neon and soon Apple AMX),
1616
- **Multithreading** with OpenMP,
1717
- And soon, **distributed computing** via MPI.
1818

0 commit comments

Comments
 (0)