-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add template for suggesting new instructions.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |