| Index: include/core/SkFixed.h
|
| diff --git a/include/core/SkFixed.h b/include/core/SkFixed.h
|
| index a16adacccf2476a1213052d7602aa161ac663f3e..6f168c8edd9ed0c31d417a5368ac84ee684ee0ec 100644
|
| --- a/include/core/SkFixed.h
|
| +++ b/include/core/SkFixed.h
|
| @@ -105,7 +105,7 @@ static inline SkFixed SkFixedCos(SkFixed radians) {
|
| #define SkFixedMul(a,b) SkFixedMul_longlong(a,b)
|
| #endif
|
|
|
| -#if defined(SK_CPU_ARM)
|
| +#if defined(SK_CPU_ARM32)
|
| /* This guy does not handle NaN or other obscurities, but is faster than
|
| than (int)(x*65536). When built on Android with -Os, needs forcing
|
| to inline or we lose the speed benefit.
|
|
|