changeset 1068:cda8756ac10f

Minor improvements and gcc-3.0 (unstable) compilation fixes
author nickols_k
date Sat, 09 Jun 2001 08:50:48 +0000
parents 2f0265763322
children 844e266c4ea9
files liba52/srfftp_3dnow.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/liba52/srfftp_3dnow.h	Sat Jun 09 08:49:47 2001 +0000
+++ b/liba52/srfftp_3dnow.h	Sat Jun 09 08:50:48 2001 +0000
@@ -103,7 +103,7 @@
 	"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 @@
 	"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 @@
 	"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");\
 }