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

Unified Diff: src/opts/SkBlurImage_opts_SSE2.cpp

Issue 290923002: Add missing include in SkBlurImage optimization (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Added build checks... Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/SkBlurImage_opts_SSE2.cpp
diff --git a/src/opts/SkBlurImage_opts_SSE2.cpp b/src/opts/SkBlurImage_opts_SSE2.cpp
index 373e91fef13f4ac06cb873902e820ca65a294d25..ba05fb93ecdf49d574af57018fd18cb5b335f475 100644
--- a/src/opts/SkBlurImage_opts_SSE2.cpp
+++ b/src/opts/SkBlurImage_opts_SSE2.cpp
@@ -10,6 +10,9 @@
#include "SkBlurImage_opts_SSE2.h"
#include "SkColorPriv.h"
#include "SkRect.h"
+#if SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSE41
+#include <smmintrin.h>
f(malita) 2014/05/20 22:05:01 This appears to be causing errors on Chromium's Ma
henrik.smiding 2014/05/21 09:00:37 The only way I can see this happening is if __SSE4
+#endif
namespace {
enum BlurDirection {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698