From 412ceff3766b960a4f33a7f7ced84eecf8187d8f Mon Sep 17 00:00:00 2001 From: nickols_k Date: Sat, 9 Jun 2001 08:50:48 +0000 Subject: Minor improvements and gcc-3.0 (unstable) compilation fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1069 b3059339-0415-0410-9bf9-f77b7e298cf2 --- liba52/srfftp_3dnow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'liba52') diff --git a/liba52/srfftp_3dnow.h b/liba52/srfftp_3dnow.h index f91893de97..e7d0362111 100644 --- a/liba52/srfftp_3dnow.h +++ b/liba52/srfftp_3dnow.h @@ -103,7 +103,7 @@ static complex_t HSQRT2_3DNOW __attribute__ ((aligned (8))) = { 0.707106781188, "movq %%mm1, %1\n\t"\ "movq %%mm3, %2"\ :"=m"(A0), "=m"(A8), "=m"(A4), "=m"(A12)\ - :"m"(wTB[0]), "m"(wTB[k*2]), "0"(A0), "2"(A4)\ + :"m"(wTB[0]), "m"(wTB[k*2]), "m"(A0), "m"(A4)\ :"memory");\ } @@ -144,7 +144,7 @@ static complex_t HSQRT2_3DNOW __attribute__ ((aligned (8))) = { 0.707106781188, "movq %%mm5, %2\n\t"\ "movq %%mm2, %3"\ :"=m"(A2), "=m"(A10), "=m"(A6), "=m"(A14)\ - :"m"(wTB[2]), "m"(wTB[6]), "0"(A2), "2"(A6), "m"(HSQRT2_3DNOW)\ + :"m"(wTB[2]), "m"(wTB[6]), "m"(A2), "m"(A6), "m"(HSQRT2_3DNOW)\ :"memory");\ } @@ -194,7 +194,7 @@ static complex_t HSQRT2_3DNOW __attribute__ ((aligned (8))) = { 0.707106781188, "movq %%mm1, %1\n\t"\ "movq %%mm3, %3"\ :"=m"(A1), "=m"(A9), "=m"(A5), "=m"(A13)\ - :"0"(A1), "2"(A5)\ + :"m"(A1), "m"(A5)\ :"memory");\ } -- cgit v1.2.3