diff options
Diffstat (limited to 'sysdeps/libm-i387/e_asinl.S')
-rw-r--r-- | sysdeps/libm-i387/e_asinl.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/libm-i387/e_asinl.S b/sysdeps/libm-i387/e_asinl.S index 7a90c3e63a..d4e254874e 100644 --- a/sysdeps/libm-i387/e_asinl.S +++ b/sysdeps/libm-i387/e_asinl.S @@ -19,3 +19,4 @@ ENTRY(__ieee754_asinl) fsqrt /* sqrt (1 - x^2) */ fpatan ret +PSEUDO_END (__ieee754_asinl) |