diff options
Diffstat (limited to 'sysdeps/libm-i387/s_asinhl.S')
-rw-r--r-- | sysdeps/libm-i387/s_asinhl.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/libm-i387/s_asinhl.S b/sysdeps/libm-i387/s_asinhl.S index 28f76c2649..e112244908 100644 --- a/sysdeps/libm-i387/s_asinhl.S +++ b/sysdeps/libm-i387/s_asinhl.S @@ -109,7 +109,7 @@ ENTRY(__asinhl) 4: fld %st // x : x fldt MO(huge) // huge : x : x faddp // huge+x : x - fincstp // x + fstp %st(0) // x ret // |x| > 2^34 => y = sign(x) * (log(|x|) + log(2)) |