We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6a1bd commit 224627eCopy full SHA for 224627e
.github/ISSUE_TEMPLATE/add-new-instructions--name-.md
@@ -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