freebsd-dev/lib/msun/ld128
David Schultz 968b39e3b9 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.
2008-01-18 21:42:46 +00:00
..
s_exp2l.c Implement exp2l(). There is one version for machines with 80-bit 2008-01-18 21:42:46 +00:00
s_nanl.c