summaryrefslogtreecommitdiff
path: root/sysdeps/libm-i387/s_asinhf.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/libm-i387/s_asinhf.S')
-rw-r--r--sysdeps/libm-i387/s_asinhf.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/libm-i387/s_asinhf.S b/sysdeps/libm-i387/s_asinhf.S
index d0a99a9461..f47bc9e0ac 100644
--- a/sysdeps/libm-i387/s_asinhf.S
+++ b/sysdeps/libm-i387/s_asinhf.S
@@ -101,7 +101,7 @@ ENTRY(__asinhf)
fchs // x
4: fld %st // x : x
faddl MO(huge) // huge+x : x
- fincstp // x
+ fstp %st(0) // x
ret
// |x| > 2^14 => y = sign(x) * (log(|x|) + log(2))