10b01832c3
fedisableexcept(), and fegetexcept(). These two sets of routines provide the same functionality. I implemented the former as an undocumented internal interface to make the regression test easier to write. However, fe(enable|disable|get)except() is already part of glibc, and I would like to avoid gratuitous differences. The only major flaw in the glibc API is that there's no good way to report errors on processors that don't support all the unmasked exceptions. |
||
---|---|---|
.. | ||
fenv.c | ||
fenv.h | ||
Makefile.inc | ||
s_copysign.S | ||
s_copysignf.S |