X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=tests%2Fdsptest.c;h=125d105edb23264ce92850c6dbe7d71d7c36014c;hb=b6fee9b6e92c816aaa8d4d808bfed251fdb3c4e0;hp=ab51027fa6704831260c0598b4e2d84cb081eae4;hpb=9e8098e72a34d7c46518c30f3c3e785040fa9471;p=ffmpeg diff --git a/tests/dsptest.c b/tests/dsptest.c index ab51027fa67..125d105edb2 100644 --- a/tests/dsptest.c +++ b/tests/dsptest.c @@ -64,8 +64,9 @@ static const struct pix_func { } pix_func[] = { PIX_FUNC_MMX(put_pixels), - PIX_FUNC_MMX(put_pixels_x2), - PIX_FUNC_MMX(put_pixels_y2), +#if 1 + PIX_FUNC(put_pixels_x2), + PIX_FUNC(put_pixels_y2), PIX_FUNC_MMX(put_pixels_xy2), PIX_FUNC(put_no_rnd_pixels_x2), @@ -76,7 +77,7 @@ static const struct pix_func { PIX_FUNC(avg_pixels_x2), PIX_FUNC(avg_pixels_y2), PIX_FUNC(avg_pixels_xy2), - +#endif { 0, 0 } }; @@ -142,7 +143,7 @@ int main(int argc, char* argv[]) } mm_flags = mm_support(); - printf("dsptest: CPU flags:"); + printf("%s: detected CPU flags:", argv[0]); if (mm_flags & MM_MMX) printf(" mmx"); if (mm_flags & MM_MMXEXT)