diff --git a/tests/dsptest.c b/tests/dsptest.c
index ab51027fa6704831260c0598b4e2d84cb081eae4..efb44f20b181bb2d2593769740a070703fe8f943 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 }
 };