diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibm_private.h | 6 |
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 |