Date: Sat, 19 Jun 2004 09:25:22 +0000 (UTC) From: Stefan Farfeleder <stefanf@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: <200406190925.i5J9PM41033048@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
stefanf 2004-06-19 09:25:22 UTC FreeBSD src repository Modified files: lib/msun/src math.h Log: Our MI implementation of ilogb() returns -INT_MAX for the argument 0.0 rather than INT_MIN, so adjust FP_ILOGB0 to reflect this. Use <machine/_limits.h> for INT_MAX's value while there. Reviewed by: standards@ Revision Changes Path 1.35 +3 -2 src/lib/msun/src/math.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406190925.i5J9PM41033048>