| Index: source/rotate_any.cc
|
| diff --git a/source/rotate_any.cc b/source/rotate_any.cc
|
| index d12bad5dc773035863a1fe37f1e30b6c136bc9da..31a74c315553d89f1e76180d6951217b82419a50 100644
|
| --- a/source/rotate_any.cc
|
| +++ b/source/rotate_any.cc
|
| @@ -38,8 +38,8 @@ TANY(TransposeWx8_Any_SSSE3, TransposeWx8_SSSE3, 7)
|
| #ifdef HAS_TRANSPOSEWX8_FAST_SSSE3
|
| TANY(TransposeWx8_Fast_Any_SSSE3, TransposeWx8_Fast_SSSE3, 15)
|
| #endif
|
| -#ifdef HAS_TRANSPOSEWX8_MIPS_DSPR2
|
| -TANY(TransposeWx8_Any_MIPS_DSPR2, TransposeWx8_MIPS_DSPR2, 7)
|
| +#ifdef HAS_TRANSPOSEWX8_DSPR2
|
| +TANY(TransposeWx8_Any_DSPR2, TransposeWx8_DSPR2, 7)
|
| #endif
|
| #undef TANY
|
|
|
| @@ -64,8 +64,8 @@ TUVANY(TransposeUVWx8_Any_NEON, TransposeUVWx8_NEON, 7)
|
| #ifdef HAS_TRANSPOSEUVWX8_SSE2
|
| TUVANY(TransposeUVWx8_Any_SSE2, TransposeUVWx8_SSE2, 7)
|
| #endif
|
| -#ifdef HAS_TRANSPOSEUVWX8_MIPS_DSPR2
|
| -TUVANY(TransposeUVWx8_Any_MIPS_DSPR2, TransposeUVWx8_MIPS_DSPR2, 7)
|
| +#ifdef HAS_TRANSPOSEUVWX8_DSPR2
|
| +TUVANY(TransposeUVWx8_Any_DSPR2, TransposeUVWx8_DSPR2, 7)
|
| #endif
|
| #undef TUVANY
|
|
|
|
|