about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibm_private.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibm_private.h b/src/wrapped/wrappedlibm_private.h
index 55287c95..9610b403 100755
--- a/src/wrapped/wrappedlibm_private.h
+++ b/src/wrapped/wrappedlibm_private.h
@@ -318,7 +318,11 @@ GOW(log10, dFd)
 GOW(log10f, fFf)
 GOM(__log10f_finite, fFf)
 GOM(__log10_finite, dFd)
-// log10l   // Weak
+#ifdef HAVE_LD80BITS
+GOW(log10l, DFD)
+#else
+GO2(log10l, KFK, log10) //Weak
+#endif
 GOW(log1p, dFd)
 GOW(log1pf, fFf)
 // log1pl   // Weak