Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Issue 2549623004: [ABANDONED] Disable AVX2 in libvpx for the SyzyAsan builds of Chrome. (Closed)

Created:
4 years ago by Sébastien Marchand
Modified:
3 years, 7 months ago
Reviewers:
Tom Finegan
CC:
chromium-reviews, wwcv, jzern, fgalligan1, Tom Finegan
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable AVX2 in libvpx for the SyzyAsan builds of Chrome. The SyzyAsan instrumentation pipeline doesn't support these instructions and so we should avoid using them in the SyzyAsan build (where performance isn't such a concern anyway). BUG=670664

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M third_party/libvpx/BUILD.gn View 1 chunk +2 lines, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 17 (7 generated)
Sébastien Marchand
Hey Tom, is it enough to guarantee that there won't be any AVX2 instruction in ...
4 years ago (2016-12-01 21:14:45 UTC) #3
Sébastien Marchand
Doesn't seem to work (I need to provide an alternate definition for these functions).
4 years ago (2016-12-02 13:05:55 UTC) #8
chromium-reviews
If you look through the build file for other mentions of msan you should be ...
4 years ago (2016-12-02 13:07:49 UTC) #9
chromium-reviews
But you can't disable just avx, you have to disable all the optimizations (sorry we ...
4 years ago (2016-12-02 13:09:06 UTC) #10
chromium-reviews
And it would be good to have a bug tracking avx fixes for syzyasan so ...
4 years ago (2016-12-02 13:10:38 UTC) #11
Sébastien Marchand
Ha, thanks for the reply while OOO. I'm trying to disable AVX2 and F16C, not ...
4 years ago (2016-12-02 13:12:13 UTC) #12
chromium-reviews
They probably won't be able to play back video at more than 240p, maybe 360p, ...
4 years ago (2016-12-02 13:22:06 UTC) #13
Sébastien Marchand
Ack, in this case I'll check if there's another approach that we can take. I've ...
4 years ago (2016-12-02 13:38:49 UTC) #14
Johann
On 2016/12/02 13:38:49, Sébastien Marchand wrote: > Ack, in this case I'll check if there's ...
4 years ago (2016-12-05 23:50:53 UTC) #16
Sébastien Marchand
4 years ago (2016-12-07 18:50:24 UTC) #17
The SyzyAsan builds get shipped to the Canary channel, so we don't control the
environment.

Powered by Google App Engine
This is Rietveld 408576698