diff options
Diffstat (limited to 'sysdeps/libm-i387/s_fdiml.S')
-rw-r--r-- | sysdeps/libm-i387/s_fdiml.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/libm-i387/s_fdiml.S b/sysdeps/libm-i387/s_fdiml.S index 428ae36343..446c2c42fe 100644 --- a/sysdeps/libm-i387/s_fdiml.S +++ b/sysdeps/libm-i387/s_fdiml.S @@ -1,5 +1,5 @@ /* Compute positive difference. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. @@ -30,7 +30,7 @@ ENTRY(__fdiml) sahf jp 1f - fsubp %st(1), %st + fsubrp %st(1), %st jc 2f fstp %st(0) |