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:
Ulrich Drepper 1999-01-30 00:17:22 +00:00
parent 6eaccb759a
commit 4b2e86ce91
4 changed files with 10 additions and 3 deletions

View File

@ -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]}.

View File

@ -30,7 +30,7 @@ ENTRY(__fdim)
sahf
jp 1f
fsubrp %st(1), %st
fsubrp %st, %st(1)
jc 2f
fstp %st(0)

View File

@ -30,7 +30,7 @@ ENTRY(__fdimf)
sahf
jp 1f
fsubrp %st(1), %st
fsubrp %st, %st(1)
jc 2f
fstp %st(0)

View File

@ -30,7 +30,7 @@ ENTRY(__fdiml)
sahf
jp 1f
fsubrp %st(1), %st
fsubrp %st, %st(1)
jc 2f
fstp %st(0)