Date: Mon, 7 Mar 2005 05:02:09 +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 s_fma.c Message-ID: <200503070502.j27529aw053946@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2005-03-07 05:02:09 UTC FreeBSD src repository Modified files: lib/msun/src s_fma.c Log: - If z is 0, one of x or y is 0, and the other is infinite, raise an invalid exception and return an NaN. - If a long double has 113 bits of precision, implement fma in terms of simple long double arithmetic instead of complicated double arithmetic. - If a long double is the same as a double, alias fma as fmal. Revision Changes Path 1.2 +18 -2 src/lib/msun/src/s_fma.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503070502.j27529aw053946>