Date: Fri, 18 Jan 2008 21:42:46 +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/ld80 s_exp2l.c src/lib/msun/ld128 s_exp2l.c src/lib/msun/src math.h s_exp2.c Message-ID: <200801182142.m0ILgkH1087331@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2008-01-18 21:42:46 UTC
FreeBSD src repository
Modified files:
lib/msun/src math.h s_exp2.c
Added files:
lib/msun/ld80 s_exp2l.c
lib/msun/ld128 s_exp2l.c
Log:
Implement exp2l(). There is one version for machines with 80-bit
long doubles (i386, amd64, ia64) and one for machines with 128-bit
long doubles (sparc64). Other platforms use the double version.
I've only done runtime testing on i386.
Thanks to bde@ for helpful discussions and bugfixes.
Revision Changes Path
1.1 +426 -0 src/lib/msun/ld128/s_exp2l.c (new)
1.1 +291 -0 src/lib/msun/ld80/s_exp2l.c (new)
1.67 +2 -0 src/lib/msun/src/math.h
1.2 +6 -0 src/lib/msun/src/s_exp2.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801182142.m0ILgkH1087331>
