cannot locate symbol "log2" referenced by "libGLES_mgd.so"
android 4.2.2 platform
but i think "log2" is a standard part of c++ 11 ?
float log2( float arg );
std::log2 - cppreference.com