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