Closed
Bug 1685999
Opened 5 years ago
Closed 5 years ago
Implement the SIMD "lane load and lane store" instruction
Categories
(Core :: JavaScript: WebAssembly, enhancement, P2)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
87 Branch
| Tracking | Status | |
|---|---|---|
| firefox87 | --- | fixed |
People
(Reporter: lth, Assigned: yury)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
See https://github.com/WebAssembly/simd/pull/350. This has been accepted into the spec, and V8, LLVM, emscripten, binaryen all support it now. Checklist:
[ . ] Test cases
[ x ] Wast
[ . ] Baseline (x86, x64, arm64)
[ . ] Ion (x86, x64)
Ion arm64 will land separately, with all the other Ion arm64 SIMD support (bug 1687629).
| Reporter | ||
Updated•5 years ago
|
Assignee: nobody → lhansen
Status: NEW → ASSIGNED
| Reporter | ||
Comment 1•5 years ago
|
||
| Reporter | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
| Reporter | ||
Updated•5 years ago
|
Priority: P3 → P2
| Assignee | ||
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Attachment #9202728 -
Attachment is obsolete: true
Updated•5 years ago
|
Attachment #9198771 -
Attachment description: Bug 1685999 - Implement the SIMD "lane load and lane store" instruction → Bug 1685999 - Implement the SIMD "lane load and lane store" instruction. r?lth
Pushed by ydelendik@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bf7d3eea269e
Implement the SIMD "lane load and lane store" instruction. r=lth
Comment 6•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•