about summary refs log tree commit diff
path: root/sysdeps/i386/i686/fpu/e_logl.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/i686/fpu/e_logl.S')
-rw-r--r--sysdeps/i386/i686/fpu/e_logl.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/i386/i686/fpu/e_logl.S b/sysdeps/i386/i686/fpu/e_logl.S
index e9ecbcd472..7e3bc8d817 100644
--- a/sysdeps/i386/i686/fpu/e_logl.S
+++ b/sysdeps/i386/i686/fpu/e_logl.S
@@ -64,6 +64,7 @@ ENTRY(__ieee754_logl)
 	ret
 
 3:	fstp	%st(1)
+	fadd	%st(0)
 	ret
 END (__ieee754_logl)