diff options
Diffstat (limited to 'include/core/SkMath.h')
-rw-r--r-- | include/core/SkMath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkMath.h b/include/core/SkMath.h index cf79e53..3f3c660 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); |