Closed
Bug 1671874
Opened 4 years ago
Closed 4 years ago
Promote v128.load32_zero and v128.load64_zero from experimental status
Categories
(Core :: JavaScript: WebAssembly, defect, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: lth, Assigned: lth)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
These instructions were promoted from Experimental status to standards-track: https://github.com/WebAssembly/simd/pull/237#issuecomment-710675437. We need to:
- maybe update the wast component, check instruction naming and opcode
- rename the 'Experimental' suffix in our code
- move test cases out of 'experimental.js' into 'ad-hack.js'
Assignee | ||
Comment 1•4 years ago
|
||
Julian, more instructions to add to cranelift.
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D94074
Assignee | ||
Comment 4•4 years ago
|
||
Pull in a version that correctly handles v128.load32_zero and v128.load64_zero.
Depends on D94074
Updated•4 years ago
|
Attachment #9182543 -
Attachment description: Bug 1671874 - Promote v128.load32_zero and v128.load64_zero opcodes from experimental (WIP) → Bug 1671874 - Promote v128.load32_zero and v128.load64_zero opcodes from experimental. r?rhunt
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/73c9b287ea7e
Pull a new wat version. r=rhunt
https://hg.mozilla.org/integration/autoland/rev/351a2fa9dc89
Promote v128.load32_zero and v128.load64_zero opcodes from experimental. r=rhunt
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/73c9b287ea7e
https://hg.mozilla.org/mozilla-central/rev/351a2fa9dc89
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•