about summary refs log tree commit diff
path: root/src/math/i386/atan.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/i386/atan.s')
-rw-r--r--src/math/i386/atan.s7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/math/i386/atan.s b/src/math/i386/atan.s
index d73137b2..a26feae1 100644
--- a/src/math/i386/atan.s
+++ b/src/math/i386/atan.s
@@ -10,8 +10,5 @@ atan:
 	fpatan
 	ret
 		# subnormal x, return x with underflow
-1:	fnstsw %ax
-	and $16,%ax
-	jnz 2f
-	fsts 4(%esp)
-2:	ret
+1:	fsts 4(%esp)
+	ret