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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"