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

Issue 290923002: Add missing include in SkBlurImage optimization (Closed)

Created:
6 years, 7 months ago by henrik.smiding
Modified:
6 years, 7 months ago
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Add missing include in SkBlurImage optimization Adds the missing include for smmintrin.h in the SkBlurImage_opts_SSE2.cpp file. Signed-off-by: Henrik Smiding <henrik.smiding@intel.com>; BUG=chromium:374796 TEST=Unknown Committed: http://code.google.com/p/skia/source/detail?r=14792

Patch Set 1 #

Patch Set 2 : Added build checks... #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M src/opts/SkBlurImage_opts_SSE2.cpp View 1 1 chunk +3 lines, -0 lines 2 comments Download

Messages

Total messages: 28 (0 generated)
henrik.smiding
6 years, 7 months ago (2014-05-19 16:24:37 UTC) #1
vapier
lgtm
6 years, 7 months ago (2014-05-19 17:42:36 UTC) #2
David James
The CQ bit was checked by davidjames@google.com
6 years, 7 months ago (2014-05-19 18:13:08 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/henrik.smiding@intel.com/290923002/20001
6 years, 7 months ago (2014-05-19 18:13:19 UTC) #4
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-19 18:13:20 UTC) #5
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 7 months ago (2014-05-19 18:13:20 UTC) #6
David James
6 years, 7 months ago (2014-05-19 18:14:35 UTC) #7
dgreid
Add skia owners
6 years, 7 months ago (2014-05-19 18:15:24 UTC) #8
dgreid
This needs a BUG and TEST lines as well.
6 years, 7 months ago (2014-05-19 18:16:31 UTC) #9
dgarrett
On 2014/05/19 18:16:31, dgreid wrote: > This needs a BUG and TEST lines as well. ...
6 years, 7 months ago (2014-05-19 22:06:34 UTC) #10
dgarrett
The CQ bit was checked by dgarrett@chromium.org
6 years, 7 months ago (2014-05-19 22:07:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/henrik.smiding@intel.com/290923002/20001
6 years, 7 months ago (2014-05-19 22:07:53 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-19 22:07:54 UTC) #13
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 7 months ago (2014-05-19 22:07:54 UTC) #14
dgarrett
lgtm
6 years, 7 months ago (2014-05-19 22:07:55 UTC) #15
dgarrett
The CQ bit was checked by dgarrett@chromium.org
6 years, 7 months ago (2014-05-19 22:08:00 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/henrik.smiding@intel.com/290923002/20001
6 years, 7 months ago (2014-05-19 22:08:14 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-19 22:08:15 UTC) #18
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 7 months ago (2014-05-19 22:08:16 UTC) #19
michaelpg
lgtm
6 years, 7 months ago (2014-05-19 22:53:26 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-19 22:53:36 UTC) #21
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 7 months ago (2014-05-19 22:53:37 UTC) #22
vandebo (ex-Chrome)
rubber stamp LGTM
6 years, 7 months ago (2014-05-19 23:01:46 UTC) #23
vandebo (ex-Chrome)
The CQ bit was checked by vandebo@chromium.org
6 years, 7 months ago (2014-05-19 23:01:50 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/henrik.smiding@intel.com/290923002/20001
6 years, 7 months ago (2014-05-19 23:02:08 UTC) #25
commit-bot: I haz the power
Change committed as 14792
6 years, 7 months ago (2014-05-19 23:07:58 UTC) #26
f(malita)
https://codereview.chromium.org/290923002/diff/20001/src/opts/SkBlurImage_opts_SSE2.cpp File src/opts/SkBlurImage_opts_SSE2.cpp (right): https://codereview.chromium.org/290923002/diff/20001/src/opts/SkBlurImage_opts_SSE2.cpp#newcode14 src/opts/SkBlurImage_opts_SSE2.cpp:14: #include <smmintrin.h> This appears to be causing errors on ...
6 years, 7 months ago (2014-05-20 22:05:01 UTC) #27
henrik.smiding
6 years, 7 months ago (2014-05-21 09:00:36 UTC) #28
Message was sent while issue was closed.
https://codereview.chromium.org/290923002/diff/20001/src/opts/SkBlurImage_opt...
File src/opts/SkBlurImage_opts_SSE2.cpp (right):

https://codereview.chromium.org/290923002/diff/20001/src/opts/SkBlurImage_opt...
src/opts/SkBlurImage_opts_SSE2.cpp:14: #include <smmintrin.h>
On 2014/05/20 22:05:01, Florin Malita wrote:
> This appears to be causing errors on Chromium's Mac builders:
>
http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Mac/bu...
> 
> Any idea what's going on?

The only way I can see this happening is if __SSE4_2__ is set, but not
__SSE4_1__. Are you setting __SSE4_2__ manually or via -msse4? When you set
-msse4 gcc will set all 'lower' SSE-level defines as well. This is what Skia's
SSE-level detection is counting on.

Powered by Google App Engine
This is Rietveld 408576698