From 224627e6128a0aaa6a8f6f4611bdd77c60377a97 Mon Sep 17 00:00:00 2001 From: Ng Zhi An Date: Wed, 24 Mar 2021 09:09:48 -0700 Subject: [PATCH] Update issue templates (#14) Add template for suggesting new instructions. --- .../add-new-instructions--name-.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/add-new-instructions--name-.md diff --git a/.github/ISSUE_TEMPLATE/add-new-instructions--name-.md b/.github/ISSUE_TEMPLATE/add-new-instructions--name-.md new file mode 100644 index 0000000000..1bec883e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add-new-instructions--name-.md @@ -0,0 +1,20 @@ +--- +name: Add new instructions {name} +about: Suggest new instructions for Relaxed SIMD +title: '' +labels: instruction-proposal +assignees: '' + +--- + +1. What are the instructions being proposed? + +2. What are the semantics of these instructions? + +3. How will these instructions be implemented? Give examples for at least + x86-64 and ARM64. Also provide reference implementation in terms of 128-bit + Wasm SIMD. + +4. How does behavior differ across processors? What new fingerprinting surfaces will be exposed? + +5. What use cases are there?