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 9610b403..5737da84 100755
--- a/src/wrapped/wrappedlibm_private.h
+++ b/src/wrapped/wrappedlibm_private.h
@@ -426,7 +426,11 @@ GOW(sqrt, dFd)
 GOW(sqrtf, fFf)
 GOM(__sqrtf_finite, fFf)
 GOM(__sqrt_finite, dFd)
-// sqrtl    // Weak
+#ifdef HAVE_LD80BITS
+GOW(sqrtl, DFD)
+#else
+GO2(sqrtl, KFK, sqrt)    // Weak
+#endif
 GO(tan, dFd)
 GOW(tanf, fFf)
 GOW(tanh, dFd)