From b711979e328c54dbfd3240ea339a1662c7f9c808 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Mon, 6 Jun 2016 16:18:46 +0300 Subject: [android] #5254 - fix ARMv5 support Backported patches fixing ARMv5 support for issue #3985. --- src/mbgl/util/math.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mbgl/util/math.hpp') diff --git a/src/mbgl/util/math.hpp b/src/mbgl/util/math.hpp index ef60f76ffe..bfedc2a421 100644 --- a/src/mbgl/util/math.hpp +++ b/src/mbgl/util/math.hpp @@ -110,5 +110,7 @@ T smoothstep(T edge0, T edge1, T x) { // (== number of bits required to store x) uint32_t ceil_log2(uint64_t x); +double log2(double x); + } // namespace util } // namespace mbgl -- cgit v1.2.1