]> git.eshelyaron.com Git - emacs.git/commit
Tweak time arithmetic performance
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Aug 2019 22:40:55 +0000 (15:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Aug 2019 22:55:09 +0000 (15:55 -0700)
commit63906ab4877b0f93e806a1a0b3b92ba8c8c67398
tree082ba32e2fb50d97c383a8c6d02030b359f1e90b
parenta050cf80f38e6b9b33745bc62b50dab43cac7a3a
Tweak time arithmetic performance

* src/timefns.c (time_arith): Prefer mpz_divexact to mpz_tdiv_q
when either will do.
src/timefns.c