diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-08 17:29:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-08 17:29:55 +0000 |
commit | 037ff09f8b41990ce6c0414483c8bcbf22cd6704 (patch) | |
tree | c327551d1df70aa2a675ee21a7946463aa58b4a0 /sysdeps | |
parent | c3c626555a4cf00bc10a38f021007cfa41ce28d8 (diff) | |
download | glibc-037ff09f8b41990ce6c0414483c8bcbf22cd6704.tar.gz glibc-037ff09f8b41990ce6c0414483c8bcbf22cd6704.tar.xz glibc-037ff09f8b41990ce6c0414483c8bcbf22cd6704.zip |
Update.
* sysdeps/libm-i387/s_asinhf.S: Correct computing absolute value.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/libm-i387/s_asinhf.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/libm-i387/s_asinhf.S b/sysdeps/libm-i387/s_asinhf.S index 6369e19ac6..a6925c7b4c 100644 --- a/sysdeps/libm-i387/s_asinhf.S +++ b/sysdeps/libm-i387/s_asinhf.S @@ -1,5 +1,5 @@ /* ix87 specific implementation of arcsinh. - Copyright (C) 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. @@ -53,7 +53,7 @@ ENTRY(__asinhf) orl $0x807fffff, %edx incl %edx jz 7f // x in ħInf or NaN - xorl %ecx, 8(%esp) + xorl %ecx, 4(%esp) flds 4(%esp) // |x| cmpl $0x38000000, %eax jb 2f // |x| < 2^-14 |