Closed
Bug 1641140
Opened 5 years ago
Closed 5 years ago
Implement iNxM.bitmask
Categories
(Core :: JavaScript: WebAssembly, task, P3)
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: lth, Assigned: lth)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The CG approved the inclusion of the iNxM.bitmask family of instructions in its meeting on May 26. We should implement this, it's not difficult.
One use of the result of .bitmask is for control flow, so it will benefit from the same control flow optimizations we want for .all_true and .any_true, bug 1640669.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Attachment #9153370 -
Attachment description: Bug 1641140 - Implement the .bitmask instructions → Bug 1641140 - Implement the .bitmask instructions. r?jseward
Updated•5 years ago
|
Attachment #9153370 -
Attachment description: Bug 1641140 - Implement the .bitmask instructions. r?jseward → Bug 1641140 - Implement the .bitmask instructions. r=jseward
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1bba10286a53
Implement the .bitmask instructions. r=jseward
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•