aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkMath.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkMath.h')
-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 e5069592d0..abb685f6da 100644
--- a/include/core/SkMath.h
+++ b/include/core/SkMath.h
@@ -72,7 +72,7 @@ int32_t SkSqrtBits(int32_t value, int bitBias);
int SkCLZ_portable(uint32_t);
#ifndef SkCLZ
- #if defined(_MSC_VER) && _MSC_VER >= 1400
+ #if defined(_MSC_VER)
#include <intrin.h>
static inline int SkCLZ(uint32_t mask) {