Closed
Bug 1062026
Opened 10 years ago
Closed 9 years ago
Bug 946639 doesn't turn on AVX2 intrinsic correctly for libvpx
Categories
(Core :: WebRTC, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1225217
People
(Reporter: m_kato, Unassigned)
References
(Depends on 1 open bug)
Details
There is 2 issues.
- media/libvpx/moz.build doesn't build AVX2 intrinsic source code. Now, it is OSX only.
- Re-generate vp9_rtcd_x86-darwin9-gcc.h to enable avx2. This files never calls AVX2 intrinsic.
Also, we need check on configure whether current compiler supports AVX2 intrinsic.
Reporter | ||
Updated•10 years ago
|
OS: Windows 8.1 → Linux
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 1•9 years ago
|
||
Jean-Yves, do we care about enabling AVX2 for libvpx on Linux? Or can we WONTFIX this bug from 2014?
Flags: needinfo?(jyavenard)
Comment 2•9 years ago
|
||
For media it doesn't matter anymore, as we will no longer be using libvpx to decode.
However, WebRTC still uses it, and I would assume AVX2 provide a goot speed improvement (and I haven't verified that of course)
Flags: needinfo?(jyavenard)
Updated•9 years ago
|
Component: Audio/Video: Playback → WebRTC
Summary: Bug 946639 doesn't turn on AVX2 intrinsic correctly → Bug 946639 doesn't turn on AVX2 intrinsic correctly for libvpx
Maire - this still needs to be fixed for WebRTC. Do you have someone who can spend time on it?
Flags: needinfo?(mreavy)
Is this covered by bug 1225217?
Comment 5•9 years ago
|
||
Ralph -- Is AVX2 now enabled on all platforms? Can we close this bug? (ref: Bug 1225217) Thanks!
Flags: needinfo?(mreavy) → needinfo?(giles)
Comment 6•9 years ago
|
||
As far as I can tell, AVX2 is enabled for linux now. Thanks for the report!
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(giles)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•