Index: skia/ext/convolver.h |
=================================================================== |
--- skia/ext/convolver.h (revision 150090) |
+++ skia/ext/convolver.h (working copy) |
@@ -15,7 +15,8 @@ |
#if defined(ARCH_CPU_X86_FAMILY) |
#if defined(__x86_64__) || defined(_M_X64) || defined(__SSE2__) || _M_IX86_FP==2 |
// This is where we had compiler support for SSE2 instructions. |
-#define SIMD_SSE2 1 |
+// FIXME: Known buggy, so disabling for M22. |
+// #define SIMD_SSE2 1 |
#endif |
#endif |