]> git.eshelyaron.com Git - emacs.git/commit
Help GCC compute modiff_incr
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 May 2023 01:51:24 +0000 (18:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 May 2023 02:28:13 +0000 (19:28 -0700)
commit0f5b1fcdf0be8c1b3084518f1c4f6f375828094b
treeecd95c49031b77dcbce4922b5f71e87c6f3f2d0c
parent3cd8ce87d298c3e0ca1e2336400d06c1a8794381
Help GCC compute modiff_incr

* src/floatfns.c: Don’t include count-leading-zeros.h,
since we no longer use it directly.
(ecount_leading_zeros): Remove.
(Flogb): Use elogb instead of doing it by hand.
* src/lisp.h: Include count-leading-zeros.h.
(elogb): New macro.
(modiff_incr): Use it so that on typical platforms we
use a hardware instruction instead of a loop.
src/floatfns.c
src/lisp.h