mirror of
https://github.com/ziglang/zig.git
synced 2025-12-26 08:03:08 +00:00
* Fix bug in exp2_64 to handle negative values (bad translation from C) * Apply fix to exp2_32() as well, and modify comment on musl behaviour * Use +%= instead of @addWithOverflow()