| Index: skia/ext/convolver.h
|
| diff --git a/skia/ext/convolver.h b/skia/ext/convolver.h
|
| index ec7cc6309a1cd8b21367e5454eb6eb11639e91ae..ea62a46e72d4b75be4625e8576b49a9ea7491ece 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
|
|
|