summaryrefslogtreecommitdiffstats
path: root/vlc/build/goom-2k4-0.mmx.patch
blob: 48366d6c5a887b1716963eba82bfbf77521a2564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -ruN goom.orig/src/xmmx.c goom/src/xmmx.c
--- goom.orig/src/xmmx.c	2006-10-01 22:10:15.000000000 +0200
+++ goom/src/xmmx.c	2006-10-01 23:45:59.000000000 +0200
@@ -69,8 +69,8 @@
 		 */
 
 		asm volatile
-      ("#1 \n\t movq %[brutS], %%mm0"
-       "#1 \n\t movq %[brutD], %%mm1"
+      ("#1 \n\t movq (%[brutS]), %%mm0"
+       "#1 \n\t movq (%[brutD]), %%mm1"
        "#1 \n\t psubd   %%mm0, %%mm1" /* mm1 = D - S */
        "#1 \n\t movq    %%mm1, %%mm2" /* mm2 = D - S */
        "#1 \n\t pslld     $16, %%mm1"