Skip to content

Commit

Permalink
Stabilize Wasm relaxed SIMD
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Oct 31, 2023
1 parent 8947db0 commit 1bb5f3f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/attributes/codegen.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,12 @@ attempting to use instructions unsupported by the Wasm engine will fail at load
time without the risk of being interpreted in a way different from what the
compiler expected.

Feature | Description
------------|-------------------
`simd128` | [WebAssembly simd proposal][simd128]
Feature | Description
---------------|-------------------
`relaxed-simd` | [WebAssembly relaxed simd proposal][relaxed-simd]
`simd128` | [WebAssembly simd proposal][simd128]

[relaxed-simd]: https://github.com/WebAssembly/relaxed-simd
[simd128]: https://github.com/webassembly/simd

### Additional information
Expand Down

0 comments on commit 1bb5f3f

Please sign in to comment.