Skip to content

Commit 1bb5f3f

Browse files
committed
Stabilize Wasm relaxed SIMD
1 parent 8947db0 commit 1bb5f3f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/attributes/codegen.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,12 @@ attempting to use instructions unsupported by the Wasm engine will fail at load
273273
time without the risk of being interpreted in a way different from what the
274274
compiler expected.
275275

276-
Feature | Description
277-
------------|-------------------
278-
`simd128` | [WebAssembly simd proposal][simd128]
276+
Feature | Description
277+
---------------|-------------------
278+
`relaxed-simd` | [WebAssembly relaxed simd proposal][relaxed-simd]
279+
`simd128` | [WebAssembly simd proposal][simd128]
279280

281+
[relaxed-simd]: https://github.com/WebAssembly/relaxed-simd
280282
[simd128]: https://github.com/webassembly/simd
281283

282284
### Additional information

0 commit comments

Comments
 (0)