Skip to content

Commit

Permalink
Update issue templates (#14)
Browse files Browse the repository at this point in the history
Add template for suggesting new instructions.
  • Loading branch information
ngzhian authored Mar 24, 2021
1 parent bf6a1bd commit 224627e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/add-new-instructions--name-.md
Original file line number Diff line number Diff line change
@@ -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?

0 comments on commit 224627e

Please sign in to comment.