From 542e035dcd57df414fddd43d195e5d35adefbbd0 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Thu, 2 Jun 2011 13:45:33 +0000 Subject: remove unneeded check for thumb. see http://codereview.appspot.com/4539048/ git-svn-id: http://skia.googlecode.com/svn/trunk@1477 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkMath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/core/SkMath.h b/include/core/SkMath.h index 3e729042e3..efe378a733 100644 --- a/include/core/SkMath.h +++ b/include/core/SkMath.h @@ -115,7 +115,7 @@ static inline unsigned SkClampUMax(unsigned value, unsigned max) { /////////////////////////////////////////////////////////////////////////////// -#if defined(__arm__) && !defined(__thumb__) +#if defined(__arm__) #define SkCLZ(x) __builtin_clz(x) #endif -- cgit v1.2.3