about summary refs log tree commit diff
path: root/src/math/i386/atanf.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/i386/atanf.s')
-rw-r--r--src/math/i386/atanf.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/math/i386/atanf.s b/src/math/i386/atanf.s
index 893beac5..c2cbe2e0 100644
--- a/src/math/i386/atanf.s
+++ b/src/math/i386/atanf.s
@@ -8,6 +8,8 @@ atanf:
 	jb 1f
 	fld1
 	fpatan
+	fstps 4(%esp)
+	flds 4(%esp)
 	ret
 		# subnormal x, return x with underflow
 1:	fld %st(0)