From 69975b0fce6c950a0481a2ddaec3ce0aaa03f90d Mon Sep 17 00:00:00 2001 From: "reed@android.com" Date: Mon, 4 Jan 2010 19:23:32 +0000 Subject: [PATCH] chant __ARM_ARCH_4__ to __ARM_ARCH_4T__, to reflect known android targets git-svn-id: http://skia.googlecode.com/svn/trunk@467 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkMath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/SkMath.h b/include/core/SkMath.h index cf79e53c41..3f3c660bcb 100644 --- a/include/core/SkMath.h +++ b/include/core/SkMath.h @@ -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); -- 2.34.1