]> git.ipfire.org Git - thirdparty/coreutils.git/commit
factor: simplify by assuming !PROVE_PRIMALITY
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Jul 2025 14:48:54 +0000 (07:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Jul 2025 00:12:40 +0000 (17:12 -0700)
commitd4bc32a5ff9ec151e8dcc1402b66d343246b813c
treeebde72d6000ae633e5933c65bba78c5507318b02
parenta29d128162d1830600b1033d16e44c533edaff05
factor: simplify by assuming !PROVE_PRIMALITY

* src/factor.c (PROVE_PRIMALITY, mp_millerrabin): Remove.
All uses removed, and surrounding code simplified.
src/factor.c