Skip to content

Commit

Permalink
Add WebAssembly relaxed-simd entry
Browse files Browse the repository at this point in the history
Fixes #651.
  • Loading branch information
eqrion committed Jun 22, 2022
1 parent f2a7c22 commit 4f1c394
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -1481,6 +1481,19 @@
"title": "WebAssembly Exception Handling",
"url": "https://github.com/webassembly/exception-handling/"
},
{
"ciuName": null,
"description": "New instructions for webassembly SIMD that have improved performance at the cost of local non-determinism that depends on the platform.",
"id": "wasm-relaxed-simd",
"mdnUrl": null,
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1706922",
"mozPosition": "worth prototyping",
"mozPositionDetail": "Improving performance of SIMD in WebAssembly aids porting high-performance applications to the web.",
"mozPositionIssue": 651,
"org": "Proposal",
"title": "WebAssembly Relaxed SIMD",
"url": "https://github.com/webassembly/relaxed-simd/"
},
{
"ciuName": null,
"description": "128-bit vector data type and operations for webassembly",
Expand Down

0 comments on commit 4f1c394

Please sign in to comment.