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

Issue 377833002: GN: Fix skia build on mac, use -msse4.1 everywhere (Closed)

Created:
6 years, 5 months ago by jamesr
Modified:
6 years, 5 months ago
Reviewers:
Nico
CC:
chromium-reviews
Project:
chromium
Visibility:
Public.

Description

GN: Fix skia build on mac, use -msse4.1 everywhere Two issues with GN: *) We need to set SK_BUILD_FOR_MAC on mac *) On mac, the sse4 opts are built with -msse4.1 (which is what GCC_ENABLE_SSE41_EXTENSIONS=YES expands to) not -msse4 and for consistency use -msse4.1 on linux as well. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281969

Patch Set 1 #

Total comments: 1

Patch Set 2 : use -msse4.1 everywhere (for trybots) #

Patch Set 3 : use -msse4.1 take two #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M skia/BUILD.gn View 1 2 chunks +5 lines, -1 line 0 comments Download
M skia/skia_library_opts.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
jamesr
6 years, 5 months ago (2014-07-08 06:23:46 UTC) #1
Nico
https://codereview.chromium.org/377833002/diff/1/skia/BUILD.gn File skia/BUILD.gn (right): https://codereview.chromium.org/377833002/diff/1/skia/BUILD.gn#newcode569 skia/BUILD.gn:569: cflags += [ "-msse4.1" ] Is this actually needed? ...
6 years, 5 months ago (2014-07-08 17:20:53 UTC) #2
jamesr
If you mean should we pass '-msse4' instead of '-msse4.1' on mac, the answer is ...
6 years, 5 months ago (2014-07-08 19:07:34 UTC) #3
Nico
If -msse4.1 works on linux, then using that everywhere would be cool too. I'd like ...
6 years, 5 months ago (2014-07-08 19:10:28 UTC) #4
jamesr
-msse4.1 appears to work (the trybots compile and there aren't any unexpected warnings). How about ...
6 years, 5 months ago (2014-07-09 01:34:38 UTC) #5
Nico
On 2014/07/09 01:34:38, jamesr wrote: > -msse4.1 appears to work (the trybots compile and there ...
6 years, 5 months ago (2014-07-09 01:36:29 UTC) #6
Nico
(fix cl description though)
6 years, 5 months ago (2014-07-09 01:36:50 UTC) #7
jamesr
The CQ bit was checked by jamesr@chromium.org
6 years, 5 months ago (2014-07-09 01:38:54 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/377833002/40001
6 years, 5 months ago (2014-07-09 01:41:22 UTC) #9
commit-bot: I haz the power
6 years, 5 months ago (2014-07-09 06:02:14 UTC) #10
Message was sent while issue was closed.
Change committed as 281969

Powered by Google App Engine
This is Rietveld 408576698