]> git.eshelyaron.com Git - emacs.git/commit
Time division speedups
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Mar 2020 18:17:34 +0000 (10:17 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Mar 2020 18:20:33 +0000 (10:20 -0800)
commitb48142ba190c5b490685af961af1f0f4fd5440ae
tree99828fdb2da84b04b3dcbbf90816de2c4d3cd325
parent5e229f88f946c9c246966defeb629965f65d9549
Time division speedups

* src/timefns.c (frac_to_double) [FASTER_TIMEFNS]: Prefer intmax_t
division or double division to mpz division if they also yield the
correctly rounded result.
src/timefns.c