Open
Bug 1961092
Opened 29 days ago
Updated 29 days ago
Re-enable libyuv SIMD build on LoongArch
Categories
(Core :: Graphics, enhancement)
Tracking
()
ASSIGNED
People
(Reporter: xen0n, Assigned: xen0n)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Steps to reproduce:
Build Firefox on LoongArch.
Actual results:
libyuv is built with LSX (the LoongArch 128-bit SIMD extension) disabled.
Expected results:
libyuv is built with optimized LSX and LASX codepaths included.
Assignee | ||
Updated•29 days ago
|
Assignee | ||
Comment 1•29 days ago
|
||
This reverts the remaining parts of D231469, in favor of two mainlined
(and one soon-to-be-mainlined) libyuv changes. Both LASX and LSX
codepaths are enabled by default which should maximize performance on
popular LoongArch systems in the wild.
Updated•29 days ago
|
Assignee: nobody → i.moz
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
You need to log in
before you can comment on or make changes to this bug.
Description
•