chant __ARM_ARCH_4__ to __ARM_ARCH_4T__, to reflect known android targets
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 4 Jan 2010 19:23:32 +0000 (19:23 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 4 Jan 2010 19:23:32 +0000 (19:23 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@467 2bbb7eff-a529-9590-31e7-b0007b416f81

include/core/SkMath.h

index cf79e53c41305b38586dd8b6d6dc3c3e58869c03..3f3c660bcb63f7d209dadf05f252d68e995a99d5 100644 (file)
@@ -164,7 +164,7 @@ static inline int SkNextLog2(uint32_t value) {
 */
 #if defined(__arm__) \
   && !defined(__thumb__) \
-  && !defined(__ARM_ARCH_4__) \
+  && !defined(__ARM_ARCH_4T__) \
   && !defined(__ARM_ARCH_5T__)
     static inline int32_t SkMulS16(S16CPU x, S16CPU y) {
         SkASSERT((int16_t)x == x);