Closed
Bug 1576433
Opened 5 years ago
Closed 5 years ago
Enable SIMD in libjpeg for PowerPC
Categories
(Firefox Build System :: General: Unsupported Platforms, enhancement)
Tracking
(firefox71 fixed)
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: spectre, Assigned: spectre)
Details
Attachments
(1 file, 1 obsolete file)
The PowerPC SIMD code is currently unused in libjpeg
; now that bug 1571613 has landed, it can be turned on in moz.build
. It appears to function correctly on 32-bit BE, 64-bit BE and 64-bit LE. Phabricator patch follows.
Unfortunately the runtime detection for any of the architectures doesn't use the runtime detection system in mozglue
but I think that would be a separate bug to work on.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Attachment #9087973 -
Attachment is obsolete: true
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
@glandium are you okay to review this, or should it be @jya? Phabricator seems confused.
Flags: needinfo?(mh+mozilla)
Pushed by dluca@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/be0a796cb4fd
Enable SIMD in libjpeg for PowerPC. r=glandium
Keywords: checkin-needed
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•