diff options
author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2014-05-19 10:33:56 +0300 |
---|---|---|
committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2014-05-19 10:33:56 +0300 |
commit | 3e29ee96d92a93abf1b8198132721643693c63e2 (patch) | |
tree | f1793432c4f272f5e8977209b7131e71b14d5796 /src | |
parent | bf9e61592900d683cd13fddf7807691f39c2e250 (diff) | |
download | xine-lib-3e29ee96d92a93abf1b8198132721643693c63e2.tar.gz xine-lib-3e29ee96d92a93abf1b8198132721643693c63e2.tar.bz2 |
Updated comment why code is disabled in X86_64
Diffstat (limited to 'src')
-rw-r--r-- | src/post/goom/convolve_fx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/convolve_fx.c b/src/post/goom/convolve_fx.c index ada619155..401df1fb0 100644 --- a/src/post/goom/convolve_fx.c +++ b/src/post/goom/convolve_fx.c @@ -152,7 +152,7 @@ static void create_output_with_brightness(VisualFX *_this, Pixel *src, Pixel *de yprime += c; #if defined(HAVE_MMX) && ! defined(ARCH_X86_64) -/* This code uses 32-bit registers eax,ecx,esi */ +/* This code uses 32-bit registers eax,ecx,esi to store pointers => does not work in 64-bit os. */ __asm__ __volatile__ ("\n\t pxor %%mm7, %%mm7" /* mm7 = 0 */ "\n\t movd %0, %%mm2" |