Closed
Bug 1371016
Opened 8 years ago
Closed 8 years ago
aom: pass /arch:AVX2 when appropriate
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: rillian, Assigned: rillian)
Details
Attachments
(1 file)
Per bug 1279593 /ARCH:AVX and /ARCH:AVX2 may be needed under msvc to avoid expensive state-change delays switching between SSE and AVX. Propagate that change to the aom moz.build.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → giles
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8875425 [details]
Bug 1371016 - aom: Add /arch:AVX2 when compiling under msvc.
https://reviewboard.mozilla.org/r/146870/#review153044
Attachment #8875425 -
Flags: review?(ted) → review+
Pushed by rgiles@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ff8a5005cfa0
aom: Add /arch:AVX2 when compiling under msvc. r=ted
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Comment 5•8 years ago
|
||
i'm not sure but it seems that this change made failures like https://treeherder.mozilla.org/logviewer.html#?job_id=106997454&repo=autoland more worse
like (green)
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=287690a1fedccf65eafe6e26366794c1231a7cb9&filter-searchStr=Linux+opt+Mochitests+executed+by+TaskCluster+test-linux32%2Fopt-mochitest-browser-chrome-2+tc-M(bc2)
bad
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=ff8a5005cfa023090b8390d2426da6f300ca6497&filter-searchStr=Linux+opt+Mochitests+executed+by+TaskCluster+test-linux32%2Fopt-mochitest-browser-chrome-2+tc-M(bc2)
Status: RESOLVED → REOPENED
Flags: needinfo?(giles)
Resolution: FIXED → ---
Comment 6•8 years ago
|
||
Backout by cbook@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/7c4ca88d519f
Backed out changeset ff8a5005cfa0 for making linux bc2 browser_windowStateContainer.js crashes in @ RunWatchdog more worse
Comment 8•8 years ago
|
||
This patch changed compile flags for MSVC only, so I don't believe it had anything to do with linux test failures.
Assignee | ||
Comment 9•8 years ago
|
||
I don't see how this could have caused side effects either. The code isn't event built on windows by default.
Flags: needinfo?(giles)
Comment 10•8 years ago
|
||
Pushed by rgiles@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7ef55c10fa33
aom: Add /arch:AVX2 when compiling under msvc. r=ted
Comment 11•8 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•