]> git.ipfire.org Git - thirdparty/coreutils.git/commit
factor: decrement Miller-Rabin tests from 25 to 24
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Jun 2025 05:31:54 +0000 (22:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Jul 2025 00:12:40 +0000 (17:12 -0700)
commit8eb114f080744399ea1310542a357317345847b6
tree4f323b448517d4c7a4969202931f09ec274dc734
parent5037ce930c243e6fc06f5b879daece31d4628da4
factor: decrement Miller-Rabin tests from 25 to 24

This avoids some seemingly-unnecessary code in mpz_probab_prime_p.
* src/factor.c (MR_REPS): Shrink from 25 to 24, and add commentary.
src/factor.c