| Index: skia/ext/convolver.h
|
| diff --git a/skia/ext/convolver.h b/skia/ext/convolver.h
|
| index ea62a46e72d4b75be4625e8576b49a9ea7491ece..cd0ea8386f62a2e3eaf395f9b28cb82197a8500d 100644
|
| --- a/skia/ext/convolver.h
|
| +++ b/skia/ext/convolver.h
|
| @@ -13,12 +13,8 @@
|
| #include "third_party/skia/include/core/SkTypes.h"
|
|
|
| #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) || defined(COMPILER_MSVC)
|
| #define SIMD_SSE2 1
|
| #endif
|
| -#endif
|
|
|
| // avoid confusion with Mac OS X's math library (Carbon)
|
| #if defined(__APPLE__)
|
|
|