freebsd-dev/lib/msun/amd64
David Schultz 10b01832c3 Replace fegetmask() and fesetmask() with feenableexcept(),
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.
2005-03-16 19:03:46 +00:00
..
e_sqrt.S Remove wrappers and other cruft intended to support SVID, mistakes in 2005-02-04 14:08:32 +00:00
fenv.c Replace fegetmask() and fesetmask() with feenableexcept(), 2005-03-16 19:03:46 +00:00
fenv.h Replace fegetmask() and fesetmask() with feenableexcept(), 2005-03-16 19:03:46 +00:00
Makefile.inc Define the LDBL_PREC to be the number of significant bits in a long 2005-03-07 04:53:36 +00:00
s_llrint.S amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2. 2005-01-15 03:32:28 +00:00
s_lrint.S amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2. 2005-01-15 03:32:28 +00:00