summaryrefslogtreecommitdiff
path: root/include/mbgl/math/log2.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Remove std:: namespace for some functionsThiago Marcos P. Santos2017-08-071-2/+2
| | | | They are not available on Android + GCC (needed by Qt)
* [core] Moved util::log2 to its own headerBruno de Oliveira Abinader2016-10-311-0/+27
- Added util::{MIN,MAX}_ZOOM_F to avoid consecutive conversions from double to float - Move util::log2 to its own header (part of mbgl/math)