summaryrefslogtreecommitdiffstats
path: root/lib/msun/Symbol.map
diff options
context:
space:
mode:
authorkargl <kargl@FreeBSD.org>2013-06-03 19:51:32 +0000
committerkargl <kargl@FreeBSD.org>2013-06-03 19:51:32 +0000
commit603fd103e6aec3ea0ab008286b41282c47df6be7 (patch)
treee5feba646e48580667c26ffe4f4620a33e55d5b8 /lib/msun/Symbol.map
parentbcac12846249a47042ba778ea5db26302c3dde87 (diff)
downloadFreeBSD-src-603fd103e6aec3ea0ab008286b41282c47df6be7.zip
FreeBSD-src-603fd103e6aec3ea0ab008286b41282c47df6be7.tar.gz
ld80 and ld128 implementations of expm1l(). This code started life
as a fairly faithful implementation of the algorithm found in PTP Tang, "Table-driven implementation of the Expm1 function in IEEE floating-point arithmetic," ACM Trans. Math. Soft., 18, 211-222 (1992). Over the last 18-24 months, the code has under gone significant optimization and testing. Reviewed by: bde Obtained from: bde (most of the optimizations)
Diffstat (limited to 'lib/msun/Symbol.map')
-rw-r--r--lib/msun/Symbol.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/msun/Symbol.map b/lib/msun/Symbol.map
index 5e99e76..045ac92 100644
--- a/lib/msun/Symbol.map
+++ b/lib/msun/Symbol.map
@@ -262,6 +262,7 @@ FBSD_1.3 {
ctanh;
ctanhf;
expl;
+ expm1l;
log10l;
log1pl;
log2l;
OpenPOWER on IntegriCloud