about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-12-28 18:29:50 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-12-28 18:29:50 +0100
commit5ed210f0f3a143a0d422aabaa09ca7b12da4b01d (patch)
treed714cacab4b4c042bc08b462a59b3a955835af5c /src
parent75083907470b3068e44cf60cd28d2055c8a2a877 (diff)
downloadbox64-5ed210f0f3a143a0d422aabaa09ca7b12da4b01d.tar.gz
box64-5ed210f0f3a143a0d422aabaa09ca7b12da4b01d.zip
Added log10l wrapped function to libm (for #436)
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