aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/core/SkMath.h2
1 files changed, 1 insertions, 1 deletions
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