mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7f44320dfd
Fixes carry propagation in multiplication and integer conversion overflow detection when MRB_NO_MPZ64BIT is enabled on windows with MRB_INT32. resolves test failures for large number operations. Co-authored-by: Claude <noreply@anthropic.com>