add mrb_int_mul_overflow(); close #3149
- call __builtin_mul_overflow() if it's available - perform a 64-bit multiplication for 32-bit mrb_int (default) - otherwise a much slower method is used
Showing
Please register or sign in to comment