Sujet : Re: What old Linux distro to run on a old Pentium III PC?
De : c186282 (at) *nospam* nnada.net (c186282)
Groupes : comp.os.linux.miscDate : 24. Jun 2025, 02:38:23
Autres entêtes
Message-ID : <1OednXQjBM4HnMf1nZ2dnZfqn_ednZ2d@giganews.com>
References : 1 2 3 4 5 6 7
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0
On 6/23/25 3:42 PM, rbowman wrote:
On Mon, 23 Jun 2025 16:43:35 GMT, Charlie Gibbs wrote:
(In my 50-year career, I can count the number of times I've used
floating point on the fingers of one hand. Yes, I do have an integer
square root algorithm...)
Different strokes. I can count the number of times I've used fixed point
on the fingers of one hand.
Where ever possible I multiply floats by ten or a hundred
or a thousand and then use integer math. Too much exposure
to micro-controllers with almost no math abilities I guess.
Even 64-bit integer ops are much faster than implementing
FP algos on old stupid chips.