mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
40bf859fa2
Extended the range for Barrett reduction in mpz_mod from 8 to 16 limbs. This allows the more efficient Barrett reduction algorithm to be used for a wider range of moduli, improving performance for modular arithmetic operations. Co-authored-by: Gemini <gemini@google.com>