diff options
Diffstat (limited to 'sysdeps/libm-i387/e_scalbf.S')
-rw-r--r-- | sysdeps/libm-i387/e_scalbf.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/libm-i387/e_scalbf.S b/sysdeps/libm-i387/e_scalbf.S index c869da9..4222eec 100644 --- a/sysdeps/libm-i387/e_scalbf.S +++ b/sysdeps/libm-i387/e_scalbf.S @@ -73,10 +73,10 @@ ENTRY(__ieee754_scalbf) fnstsw movl 4(%esp), %edx shrl $5, %eax - fstp %st(1) + fstp %st + fstp %st andl $0x80000000, %edx andl $8, %eax - fstp %st(1) shrl $27, %edx addl %edx, %eax fldl MOX(zero_nan, %eax, 1) |