Skip to content

Commit 224627e

Browse files
authored
Update issue templates (#14)
Add template for suggesting new instructions.
1 parent bf6a1bd commit 224627e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Add new instructions {name}
3+
about: Suggest new instructions for Relaxed SIMD
4+
title: ''
5+
labels: instruction-proposal
6+
assignees: ''
7+
8+
---
9+
10+
1. What are the instructions being proposed?
11+
12+
2. What are the semantics of these instructions?
13+
14+
3. How will these instructions be implemented? Give examples for at least
15+
x86-64 and ARM64. Also provide reference implementation in terms of 128-bit
16+
Wasm SIMD.
17+
18+
4. How does behavior differ across processors? What new fingerprinting surfaces will be exposed?
19+
20+
5. What use cases are there?

0 commit comments

Comments
 (0)