]> git.eshelyaron.com Git - emacs.git/commit
In timefns, do gcd reduction more often
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Jul 2024 08:36:35 +0000 (10:36 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 11 Jul 2024 14:39:48 +0000 (16:39 +0200)
commit8b461dc5e71b0991847747fe4b9e9c65c0592df8
tree81d0739a3cd60c5ad192f5518c44d3fee0a34881
parent9ebe2e057d0ea0a16c255b8811825d2410ce158a
In timefns, do gcd reduction more often

* src/timefns.c (ticks_hz_hz_ticks): Reduce by gcd
even if t.ticks is not a fixnum, since that’s easy.

(cherry picked from commit b6cbf0cbb66fa4c1a7f351350d5f9aed9c93cd26)
src/timefns.c