diff options
Diffstat (limited to 'sysdeps/libm-i387/s_asinh.S')
-rw-r--r-- | sysdeps/libm-i387/s_asinh.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/libm-i387/s_asinh.S b/sysdeps/libm-i387/s_asinh.S index 9b58eaa424..a71d0b66f4 100644 --- a/sysdeps/libm-i387/s_asinh.S +++ b/sysdeps/libm-i387/s_asinh.S @@ -101,7 +101,7 @@ ENTRY(__asinh) fchs // x 4: fld %st // x : x faddl MO(huge) // huge+x : x - fincstp // x + fstp %st(0) // x ret // |x| > 2^28 => y = sign(x) * (log(|x|) + log(2)) |