mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +00:00
- use negXi2.zig to prevent confusion with negXf2.zig - used for size optimized builds and machines without carry instruction - tests: special cases 0, -INT_MIN * use divTrunc range and shift with constant offsets See #1290