| Index: skia/ext/convolver.h
|
| diff --git a/skia/ext/convolver.h b/skia/ext/convolver.h
|
| index 6da703c7ed3c4b3d2c6421535f5a6b362a94e956..3c040b235c75cc601de814a1a2f07ea300d99c9a 100644
|
| --- a/skia/ext/convolver.h
|
| +++ b/skia/ext/convolver.h
|
| @@ -20,6 +20,10 @@
|
| #define SIMD_PADDING 8 // 8 * int16
|
| #endif
|
|
|
| +#if defined (ARCH_CPU_MIPS_FAMILY) && \
|
| +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
|
|
|