Closed
Bug 1637506
Opened 4 years ago
Closed 4 years ago
Make the allTrue porting APIs x86_shared
Categories
(Core :: JavaScript: WebAssembly, task, P2)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: lth, Assigned: lth)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
The allTrue porting APIs were always x86_shared-compatible, but ended up in x64-specific code by mistake. We'll want to clean this up for remaining SIMD work.
Assignee | ||
Comment 1•4 years ago
|
||
This is pure refactoring in preparation for further SIMD work, these
functions were always x86_shared compatible but ended up in x64 code
by mistake.
Depends on D74934
Updated•4 years ago
|
Attachment #9148031 -
Attachment description: Bug 1637506 - Move allTrue porting interfaces to x86_shared. r?rhunt → Bug 1637506 - Move allTrue porting interfaces to x86_shared. r=rhunt
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1120db775f13
Move allTrue porting interfaces to x86_shared. r=rhunt
Assignee | ||
Updated•4 years ago
|
Priority: P3 → P2
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•