# HG changeset patch # User glantau # Date 1021762752 0 # Node ID bf164fce2c14cffa87d9bc669ba7926c434ee461 # Parent 4ef26ed293999208e725624e7301faa45e716e93 removed debug function diff -r 4ef26ed29399 -r bf164fce2c14 i386/dsputil_mmx.c --- a/i386/dsputil_mmx.c Sat May 18 22:58:08 2002 +0000 +++ b/i386/dsputil_mmx.c Sat May 18 22:59:12 2002 +0000 @@ -1080,7 +1080,9 @@ ); } +#if 0 static void just_return() { return; } +#endif void dsputil_init_mmx(void) { @@ -1170,7 +1172,7 @@ put_pixels_tab[2] = put_pixels_y2_3dnow; put_no_rnd_pixels_tab[1] = put_no_rnd_pixels_x2_3dnow; put_no_rnd_pixels_tab[2] = put_no_rnd_pixels_y2_3dnow; - + avg_pixels_tab[0] = avg_pixels_3dnow; avg_pixels_tab[1] = avg_pixels_x2_3dnow; avg_pixels_tab[2] = avg_pixels_y2_3dnow;