From 4f1c3942f98e4887e9408ca8cea2636ac70ba6e0 Mon Sep 17 00:00:00 2001 From: Ryan Hunt Date: Wed, 22 Jun 2022 08:59:14 -0500 Subject: [PATCH] Add WebAssembly relaxed-simd entry Fixes #651. --- activities.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/activities.json b/activities.json index 545a15a8..e09021af 100644 --- a/activities.json +++ b/activities.json @@ -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",