Index: skia/ext/convolver.h |
=================================================================== |
--- skia/ext/convolver.h (revision 150090) |
+++ skia/ext/convolver.h (working copy) |
@@ -15,7 +15,7 @@ |
#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 |
+//#define SIMD_SSE2 1 |
aarya
2012/08/06 19:00:05
nit: Space after // and probably add a one-line co
Tom Hudson
2012/08/06 19:04:23
Done.
|
#endif |
#endif |