about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-22 18:03:52 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-22 18:03:52 +0100
commitf1a2a7cfe917fc69e91a6b68627bd4f7b1a0eaf4 (patch)
tree78dd58357012190141b010970f04ec8e6c7237fc
parentf7fdd0a63a2a135ea96bc569b8e1589102ea55fa (diff)
downloadbox64-f1a2a7cfe917fc69e91a6b68627bd4f7b1a0eaf4.tar.gz
box64-f1a2a7cfe917fc69e91a6b68627bd4f7b1a0eaf4.zip
Added expl wrapped function (for #616)
-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 962d528a..431d61a4 100755
--- a/src/wrapped/wrappedlibm_private.h
+++ b/src/wrapped/wrappedlibm_private.h
@@ -182,7 +182,11 @@ GOM(__exp2_finite, dFd)
 GOW(expf, fFf)
 GOM(__expf_finite, fFf)
 GOM(__exp_finite, dFd)
-// expl // Weak
+#ifdef HAVE_LD80BITS
+GOW(expl, DFD)
+#else
+GO2(expl, KFK, exp)
+#endif
 GOW(expm1, dFd)
 GOW(expm1f, fFf)
 // expm1l   // Weak