comparison i386/dsputil_mmx.c @ 438:fe58fe638f9b libavcodec

* removed TESTCPU_MAIN - not needed for testing
author kabi
date Mon, 27 May 2002 11:32:01 +0000
parents 718a22dc121f
children a5edef76dac6
comparison
equal deleted inserted replaced
437:86f68813b97f 438:fe58fe638f9b
891 891
892 #if 0 892 #if 0
893 static void just_return() { return; } 893 static void just_return() { return; }
894 #endif 894 #endif
895 895
896 #ifndef TESTCPU_MAIN
897 void dsputil_init_mmx(void) 896 void dsputil_init_mmx(void)
898 { 897 {
899 mm_flags = mm_support(); 898 mm_flags = mm_support();
900 #if 1 899 #if 1
901 printf("libavcodec: CPU flags:"); 900 printf("libavcodec: CPU flags:");
1044 put_no_rnd_pixels_tab[2] = put_no_rnd_pixels_y2_mmx; 1043 put_no_rnd_pixels_tab[2] = put_no_rnd_pixels_y2_mmx;
1045 avg_pixels_tab[3] = avg_pixels_xy2_mmx; 1044 avg_pixels_tab[3] = avg_pixels_xy2_mmx;
1046 } 1045 }
1047 } 1046 }
1048 } 1047 }
1049
1050 #endif