mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
bigint.c: add inline to mpn_div_batch()
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -3473,7 +3473,7 @@ dc_scratch_clear(mpz_ctx_t *ctx, dc_get_str_scratch_t *scratch)
|
||||
* Used for extracting BATCH_DIGITS decimal digits at a time.
|
||||
* Compilers optimize constant division to multiplication+shift.
|
||||
*/
|
||||
static mp_limb
|
||||
static inline mp_limb
|
||||
mpn_div_batch(mp_limb *p, size_t sz)
|
||||
{
|
||||
mp_dbl_limb rem = 0;
|
||||
|
||||
Reference in New Issue
Block a user