mirror of
https://github.com/ziglang/zig.git
synced 2026-01-30 19:23:37 +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