]> git.ipfire.org Git - thirdparty/coreutils.git/commit
factor: streamline gcd2_odd
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Jul 2025 15:45:17 +0000 (08:45 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Jul 2025 00:12:40 +0000 (17:12 -0700)
commite16d3f38f3d89b0db59c4e4545503680d4e47b56
treeb8e6197518cdf082c0879550f0aeaff533b2b2dd
parent37fbbc537375bce2d7e9f26ca47a84dffddfa56f
factor: streamline gcd2_odd

* src/factor.c (gcd2_odd): Omit a gt2 and adjusts other
tests accordingly.  Omit duplicate code that makes A odd.
src/factor.c