summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
Diffstat (limited to 'skia')
-rw-r--r--skia/ext/convolver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/ext/convolver.h b/skia/ext/convolver.h
index ec7cc63..ea62a46 100644
--- a/skia/ext/convolver.h
+++ b/skia/ext/convolver.h
@@ -15,7 +15,7 @@
#if defined(ARCH_CPU_X86_FAMILY)
// TODO(hclam): SSE2 is disabled on Linux 32-bits because GCC requires -msse2.
// We should refactor the code in .cc and enable this.
-#if defined(ARCH_CPU_X86_64) || defined(OS_MACOSX)
+#if defined(ARCH_CPU_X86_64) || defined(OS_MACOSX) || defined(COMPILER_MSVC)
#define SIMD_SSE2 1
#endif
#endif