From 037ff09f8b41990ce6c0414483c8bcbf22cd6704 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 8 Feb 1999 17:29:55 +0000 Subject: Update. * sysdeps/libm-i387/s_asinhf.S: Correct computing absolute value. --- sysdeps/libm-i387/s_asinhf.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/libm-i387/s_asinhf.S') 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 , 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 -- cgit 1.4.1