Chromium Code Reviews| Index: third_party/libwebp/dsp/dsp.h |
| diff --git a/third_party/libwebp/dsp/dsp.h b/third_party/libwebp/dsp/dsp.h |
| index 73a82536f5abe92aeaf96ee28ab781323f7d242f..f8813d774dde9efe48f98b4e99e5ce47b523fd20 100644 |
| --- a/third_party/libwebp/dsp/dsp.h |
| +++ b/third_party/libwebp/dsp/dsp.h |
| @@ -60,7 +60,7 @@ extern "C" { |
| #define WEBP_USE_NEON |
| #endif |
| -#if defined(__mips__) && !defined(__mips64) |
| +#if defined(__mips__) && !defined(__mips64) && (__mips_isa_rev < 6) |
| #define WEBP_USE_MIPS32 |
| #endif |