Closed
Bug 1691489
Opened 2 years ago
Closed 2 years ago
Implement SIMD population count instruction
Categories
(Core :: JavaScript: WebAssembly, enhancement, P2)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: yury, Assigned: yury)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
See https://github.com/WebAssembly/simd/pull/379. This has been accepted into the spec.
- i8x16.popcnt
[ . ] Test cases
[ . ] Wast
[ . ] Baseline (x86, x64, arm64)
[ . ] Ion (x86, x64)
Ion arm64 will land separately, with all the other Ion arm64 SIMD support (bug 1687629).
Updated•2 years ago
|
Assignee: nobody → ydelendik
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Attachment #9202466 -
Attachment description: Bug 1691489 - Implement SIMD i8x16.popcnt op. → Bug 1691489 - Implement SIMD i8x16.popcnt op. r?lth
Pushed by ydelendik@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/eaa298925fb4 Implement SIMD i8x16.popcnt op. r=lth
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•