aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkFixed.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkFixed.h')
-rw-r--r--include/core/SkFixed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkFixed.h b/include/core/SkFixed.h
index a16adacccf..6f168c8edd 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.