about summary refs log tree commit diff
path: root/math/w_asinl.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_asinl.c')
-rw-r--r--math/w_asinl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_asinl.c b/math/w_asinl.c
index e4036d8806..e56e2e5273 100644
--- a/math/w_asinl.c
+++ b/math/w_asinl.c
@@ -30,7 +30,7 @@ __asinl (long double x)
     {
       /* asin(|x|>1) */
       feraiseexcept (FE_INVALID);
-      return __kernel_standard (x, x, 202);
+      return __kernel_standard_l (x, x, 202);
     }
 
   return __ieee754_asinl (x);