mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-01 23:40:22 +00:00
Update.
1999-01-30 Ulrich Drepper <drepper@cygnus.com> * sysdeps/libm-i387/s_fdim.S: Reverse arguments of instruction changed in last patch. * sysdeps/libm-i387/s_fdimf.S: Likewise. * sysdeps/libm-i387/s_fdiml.S: Likewise.
This commit is contained in:
parent
6eaccb759a
commit
4b2e86ce91
@ -1,3 +1,10 @@
|
||||
1999-01-30 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/libm-i387/s_fdim.S: Reverse arguments of instruction
|
||||
changed in last patch.
|
||||
* sysdeps/libm-i387/s_fdimf.S: Likewise.
|
||||
* sysdeps/libm-i387/s_fdiml.S: Likewise.
|
||||
|
||||
1999-01-29 Richard Henderson <rth@twiddle.net>
|
||||
|
||||
* scripts/config.sub: Recognize alpha{pca5[67],ev[67]}.
|
||||
|
@ -30,7 +30,7 @@ ENTRY(__fdim)
|
||||
sahf
|
||||
jp 1f
|
||||
|
||||
fsubrp %st(1), %st
|
||||
fsubrp %st, %st(1)
|
||||
jc 2f
|
||||
|
||||
fstp %st(0)
|
||||
|
@ -30,7 +30,7 @@ ENTRY(__fdimf)
|
||||
sahf
|
||||
jp 1f
|
||||
|
||||
fsubrp %st(1), %st
|
||||
fsubrp %st, %st(1)
|
||||
jc 2f
|
||||
|
||||
fstp %st(0)
|
||||
|
@ -30,7 +30,7 @@ ENTRY(__fdiml)
|
||||
sahf
|
||||
jp 1f
|
||||
|
||||
fsubrp %st(1), %st
|
||||
fsubrp %st, %st(1)
|
||||
jc 2f
|
||||
|
||||
fstp %st(0)
|
||||
|
Loading…
Reference in New Issue
Block a user