Closed
Bug 1901193
Opened 1 year ago
Closed 1 year ago
[LoongArch] Undefined reference to 'jsimd_can_rgb_ycc' in media/libjpeg/jccolor.o
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
128 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox126 | --- | unaffected |
| firefox127 | --- | unaffected |
| firefox128 | --- | fixed |
People
(Reporter: zhaojiazhong-hf, Assigned: zhaojiazhong-hf)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Failed to build firefox on LoongArch machine due to references to undefined symbols in media/libjpeg/jccolor.o, it seems to be caused by bug 1856630, and there is a similar issue on Sparc fixed in bug 1896573.
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → zhaojiazhong-hf
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 2•1 year ago
|
||
Set release status flags based on info from the regressing bug 1856630
status-firefox126:
--- → unaffected
status-firefox127:
--- → unaffected
status-firefox128:
--- → affected
status-firefox-esr115:
--- → unaffected
Pushed by tnikkel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ffa94e26e8aa
Don't define WITH_SIMD in libjpeg on LoongArch. r=tnikkel
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
Comment 5•1 year ago
|
||
FYI, the patch in bug 1902304 is going to fix this in a different way so we don't have to call out every platform without simd code.
You need to log in
before you can comment on or make changes to this bug.
Description
•