Skip to content

Commit

Permalink
Merge pull request #967 from anutosh491/Update_docs
Browse files Browse the repository at this point in the history
Added the Wasm instruction set to the docs
  • Loading branch information
JohanMabille committed Nov 7, 2023
2 parents 105658a + 1d4d056 commit a94c9ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ x86 | SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, FMA3+SSE, FMA3+AVX,
x86 | AVX512BW, AVX512CD, AVX512DQ, AVX512F (gcc7 and higher)
x86 AMD | FMA4
ARM | NEON, NEON64, SVE128/256/512 (fixed vector size)
WebAssembly | WASM

## Installation

Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ The following SIMD instruction set extensions are supported:
+--------------+---------------------------------------------------------+
| ARM | ARMv7, ARMv8 |
+--------------+---------------------------------------------------------+
| WebAssembly | WASM |
+--------------+---------------------------------------------------------+

Licensing
---------
Expand Down

0 comments on commit a94c9ab

Please sign in to comment.