summaryrefslogtreecommitdiff
path: root/src/post/goom/mmx.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-05-17 01:10:41 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-05-17 01:10:41 +0100
commit65e56d6b071c42dfedd4a0b0c28e627465c67295 (patch)
tree82b531d5a77278c0e9f8d63036ba9ff77e60a7f1 /src/post/goom/mmx.c
parentbe3a453c296d3999f1a93ba26b43b995eeb41a2f (diff)
parentad2a7e4b516086d2dffc83e0f31a017b731d6f34 (diff)
downloadxine-lib-65e56d6b071c42dfedd4a0b0c28e627465c67295.tar.gz
xine-lib-65e56d6b071c42dfedd4a0b0c28e627465c67295.tar.bz2
Merge from 1.1.
Diffstat (limited to 'src/post/goom/mmx.c')
-rw-r--r--src/post/goom/mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/mmx.c b/src/post/goom/mmx.c
index e2f25b47d..3c9d0ee4a 100644
--- a/src/post/goom/mmx.c
+++ b/src/post/goom/mmx.c
@@ -109,7 +109,7 @@ void zoom_filter_mmx (int prevX, int prevY,
"pmullw %%mm4, %%mm1 \n\t"
"pmullw %%mm5, %%mm2 \n\t"
- /* ajout des valeurs obtenues à la valeur finale */
+ /* ajout des valeurs obtenues à la valeur finale */
"paddw %%mm1, %%mm0 \n\t"
"paddw %%mm2, %%mm0 \n\t"