Date: Fri, 14 Jan 2005 22:03:27 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun/src math.h Message-ID: <200501142203.j0EM3RSG012403@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2005-01-14 22:03:27 UTC FreeBSD src repository Modified files: lib/msun/src math.h Log: Set math_errhandling to MATH_ERREXCEPT. Now that we have fenv.h, we basically support this, subject to gcc's lack of FENV_ACCESS support. In any case, the previous setting of math_errhandling to 0 is not allowed by POSIX. Revision Changes Path 1.51 +1 -1 src/lib/msun/src/math.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501142203.j0EM3RSG012403>