mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fb85e8b269
This fixes Windows VC build issues where MRB_NO_MPZ64BIT is automatically enabled, switching to 16-bit limbs. When multiplication results in a carry, the size must be updated to include the additional limb. Co-authored-by: Claude <noreply@anthropic.com>