]> git.ipfire.org Git - thirdparty/coreutils.git/commit
factor: use 1-word code only when tested
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Jun 2025 17:26:28 +0000 (10:26 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Jul 2025 00:12:40 +0000 (17:12 -0700)
commit4e2aeb31e0d5699169852c10e6b2a778daeaf28d
tree38a5a9d84bf08dac12ca6272cbe9589f483b71ba
parent8eb114f080744399ea1310542a357317345847b6
factor: use 1-word code only when tested

* src/factor.c (print_factors): Use single-precision code only
when word size is 32 or 64, as it isn't tested for other sizes and
is known to not work when it the size is 128.  This change does
not affect any known practical platforms.
src/factor.c