Files
mpv/common
wm4 7510ed6f68 common: add mp_log2()
To be used in the next commit.

According to compiler explorer, __builtin_clz is very widely available,
and it barely makes sense to provide a fallback. clang also eats this
(and identifies at least as GCC 4). Actually, there's doubt that a fast
log2 implementation is needed at all (I guess UTF-8 parsing needs it,
but something UTF-8-specific would probably make it faster than using
log2). So the fallback is just something naive.
2019-10-31 13:16:58 +01:00
..
2018-02-01 10:21:55 +01:00
2018-02-01 10:21:55 +01:00
2019-10-31 13:16:58 +01:00
2019-10-31 13:16:58 +01:00
2018-05-24 19:56:35 +02:00
2019-04-21 23:55:22 +03:00