Date: Sat, 3 Dec 2005 11:57:19 +0000 (UTC) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun/src s_logb.c s_logbf.c Message-ID: <200512031157.jB3BvJu2034633@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2005-12-03 11:57:19 UTC FreeBSD src repository Modified files: lib/msun/src s_logb.c s_logbf.c Log: Fixed fdlibm[+cygnus] logbf() and logb() on denormals. Adjustment according to the highest nonzero bit in a denormal was missing. fdlibm ilogbf() and ilogb() have always had the adjustment, but only use a small part of their method for handling denormals; use the normalization method in log[f]() for the main part. Revision Changes Path 1.10 +10 -4 src/lib/msun/src/s_logb.c 1.8 +10 -4 src/lib/msun/src/s_logbf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512031157.jB3BvJu2034633>