]> git.eshelyaron.com Git - emacs.git/commit
Omit timestamp optimization invalid on 387 FPU
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Mar 2020 21:48:52 +0000 (14:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Mar 2020 07:11:15 +0000 (00:11 -0700)
commitefb5115ba29d75e1227e36da3d92dc2f5c5b6257
tree3fe22875d08ff20630cdfea35c7018f9eccccd84
parent64d9b4cd762cd39749b899343cb4878e5998a170
Omit timestamp optimization invalid on 387 FPU

* src/timefns.c (frac_to_double): Omit optimization that is
invalid on machines with excess precision (e.g., gcc x86 with 387
FPU), because it double-rounds.  Found via ‘gcc -m32’ on x86-64.
src/timefns.c