Date: Fri, 18 Jan 2008 21:46:54 +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/tools/regression/lib/msun Makefile test-exponential.c test-exponential.t Message-ID: <200801182146.m0ILksW2089628@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2008-01-18 21:46:54 UTC FreeBSD src repository Modified files: tools/regression/lib/msun Makefile Added files: tools/regression/lib/msun test-exponential.c test-exponential.t Log: Add some regression tests for libm's exponential functions. These mostly just test corner cases rather than accuracy. Some of the tests don't pass right now if you compile libm at -O2 due to gcc constant-folding some things that it shouldn't. I'll fix that shortly. Revision Changes Path 1.10 +1 -1 src/tools/regression/lib/msun/Makefile 1.1 +170 -0 src/tools/regression/lib/msun/test-exponential.c (new) 1.1 +10 -0 src/tools/regression/lib/msun/test-exponential.t (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801182146.m0ILksW2089628>