Re: [PATCH] ieee754-h: new module

2018-08-04 Thread Paul Eggert
Bruno Haible wrote: Would you approve work in these directions? Thanks, those all look good to me. Emacs includes this header only on platforms using IEEE floating point, so it shouldn't get any compilation errors.

Re: [PATCH] ieee754-h: new module

2018-08-04 Thread Bruno Haible
Hi Paul, > It looks like Emacs can use this for some NaN processing. > Emacs uses it only on double NaNs so it should be safe. > * MODULES.html.sh (func_all_modules): Add ieee754-h. > * config/srclist.txt: Mention ieee754.h in a comment. > * doc/glibc-headers/ieee754.texi (ieee754.h): > Gnulib now

[PATCH] ieee754-h: new module

2018-08-01 Thread Paul Eggert
It looks like Emacs can use this for some NaN processing. Emacs uses it only on double NaNs so it should be safe. * MODULES.html.sh (func_all_modules): Add ieee754-h. * config/srclist.txt: Mention ieee754.h in a comment. * doc/glibc-headers/ieee754.texi (ieee754.h): Gnulib now has a substitute that