mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
* stdlib: optimize math::next_power_of_2 to O(1) using hardware CLZ - updated DString.reserve to use this * bit smearing --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>