Closed
Bug 1870085
Opened 10 months ago
Closed 9 months ago
Generalize gfxAlphaRecovery vectorization
Categories
(Core :: Graphics: Text, task)
Core
Graphics: Text
Tracking
()
RESOLVED
FIXED
123 Branch
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
References
Details
Attachments
(1 file)
gfxAlphaRecovery has an SSE2 implementation, written using intrinsic, but no AVX nor Neon implementation. We already ship xsimd that would be a good fit for the job, providing both genericity and improved readability.
Assignee | ||
Comment 1•10 months ago
|
||
Also get rid of unused code in the process.
Updated•10 months ago
|
Assignee: nobody → sguelton
Status: NEW → ASSIGNED
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/50dcd8b0416d
Generalize gfxAlphaRecovery simd implementation r=jrmuizel,gfx-reviewers
Comment 3•10 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
Comment 4•9 months ago
|
||
We should back this out until the regressions are sorted.
Comment 5•9 months ago
|
||
Backed out as req by jrmuizel for causing regressions
Backout link: https://hg.mozilla.org/integration/autoland/rev/83353941eb9c338663b66d5b7092bd64f306f777
Status: RESOLVED → REOPENED
Flags: needinfo?(jmuizelaar)
Resolution: FIXED → ---
Target Milestone: 123 Branch → ---
Updated•9 months ago
|
Attachment #9368701 -
Attachment description: Bug 1870085 - Generalize gfxAlphaRecovery simd implementation r=padenot → Bug 1870085 - Generalize gfxAlphaRecovery simd implementation r=jrmuizel!
Assignee | ||
Comment 6•9 months ago
|
||
I've submitted an update to https://phabricator.services.mozilla.com/D196459 that should fix the issue that caused the backout.
Flags: needinfo?(jmuizelaar)
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6059c0599889
Generalize gfxAlphaRecovery simd implementation r=jrmuizel,gfx-reviewers
Comment 8•9 months ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 10 months ago → 9 months ago
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•