diff options
Diffstat (limited to 'skia/ext/convolver.h')
-rw-r--r-- | skia/ext/convolver.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/skia/ext/convolver.h b/skia/ext/convolver.h index cfa45a2..4248bc6 100644 --- a/skia/ext/convolver.h +++ b/skia/ext/convolver.h @@ -20,10 +20,6 @@ #define SIMD_PADDING 8 // 8 * int16 #endif -#if defined (ARCH_CPU_MIPS_FAMILY) && defined(ARCH_CPU_MIPSEL) && \ -defined(__mips_dsp) && (__mips_dsp_rev >= 2) -#define SIMD_MIPS_DSPR2 1 -#endif // avoid confusion with Mac OS X's math library (Carbon) #if defined(__APPLE__) #undef FloatToFixed |