mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +00:00
lladd is now implemented in terms of lladdcarry, which returns the carry limb. Similarly, llsub is implemented using llsubcarry, which returns the borrow limb.