From f1a2a7cfe917fc69e91a6b68627bd4f7b1a0eaf4 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 22 Mar 2023 18:03:52 +0100 Subject: Added expl wrapped function (for #616) --- src/wrapped/wrappedlibm_private.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit 1.4.1