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

Issue 2518473003: Avoid /arch:AVX[2] in Skia on Windows. (Closed)

Created:
4 years, 1 month ago by mtklein_C
Modified:
4 years ago
Reviewers:
brucedawson
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Avoid /arch:AVX[2] in Skia on Windows. Same deal as the Skia CL (https://skia-review.googlesource.com/5005) except that apparently here we use literals and not defines for each SK_CPU_SSE_LEVEL. AVX == 51, AVX2 == 52. BUG=666707 COMMIT=false

Patch Set 1 #

Patch Set 2 : whoops #

Total comments: 2

Patch Set 3 : wrap #

Patch Set 4 : || is_clang #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -4 lines) Patch
M skia/BUILD.gn View 1 2 3 4 chunks +7 lines, -4 lines 4 comments Download

Messages

Total messages: 14 (6 generated)
mtklein_C
4 years, 1 month ago (2016-11-18 18:15:32 UTC) #3
brucedawson
lgtm with line-length nit https://codereview.chromium.org/2518473003/diff/20001/skia/BUILD.gn File skia/BUILD.gn (right): https://codereview.chromium.org/2518473003/diff/20001/skia/BUILD.gn#newcode197 skia/BUILD.gn:197: "/wd4752", # We use AVX ...
4 years, 1 month ago (2016-11-18 18:21:30 UTC) #5
mtklein_C
https://codereview.chromium.org/2518473003/diff/20001/skia/BUILD.gn File skia/BUILD.gn (right): https://codereview.chromium.org/2518473003/diff/20001/skia/BUILD.gn#newcode197 skia/BUILD.gn:197: "/wd4752", # We use AVX but don't let the ...
4 years, 1 month ago (2016-11-18 18:24:06 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2518473003/40001
4 years, 1 month ago (2016-11-18 18:25:21 UTC) #9
mtklein_C
PS 4 now passes -mavx, etc when is_clang on Windows (just like SSSE3 and SSE4 ...
4 years, 1 month ago (2016-11-18 20:50:41 UTC) #10
brucedawson
I have some concerns. Also, I went a different route - more .gn code but ...
4 years, 1 month ago (2016-11-18 21:00:26 UTC) #11
mtklein_C
https://codereview.chromium.org/2518473003/diff/60001/skia/BUILD.gn File skia/BUILD.gn (right): https://codereview.chromium.org/2518473003/diff/60001/skia/BUILD.gn#newcode557 skia/BUILD.gn:557: cflags = [ "-mavx" ] On 2016/11/18 at 21:00:26, ...
4 years, 1 month ago (2016-11-18 21:03:56 UTC) #12
brucedawson
4 years ago (2016-12-10 01:31:02 UTC) #14
Close this?

Powered by Google App Engine
This is Rietveld 408576698